Html Css Color HEX #373409 Karaka

📋 copy color: '#373409'

red 55 ◦ green 52 ◦ blue 9

#373409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #373409

Tints of Karaka #373409

RGB

 RED value IS 55 (21.88% from 255) = 47.41%

 GREEN value IS 52 (20.7% from 255) = 44.83%

 BLUE value IS 9 (3.91% from 255) = 7.76%

R = 47.41%
G = 44.83%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#373409 (or 0x373409) is known color: Karaka. HEX triplet: 37, 34 and 09. RGB value is (55,52,9). Sum of RGB (Red+Green+Blue) = 55+52+9=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #373409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373409 is #C8CBF6. Grayscale: #303030. Windows color (decimal): -13159415 or 603191. OLE color: 603191.

HSL color Cylindrical-coordinate representation of color #373409: hue angle of 56.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #373409 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 9 -
CMYK 0 0.05 0.84 0.78
HSL 56.09º 0.72% 0.13% -
HSV(B) 56.09º 0.84% 0.22% -
XYZ 2.85 3.29 0.74 -
YUV 48 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 55 52 9 0 0.05 0.84 0.78 56.09 0.72 0.13
Hex 37 34 9 0 5 54 4E 38 48 D
Octal 67 64 11 0 5 124 116 70 110 15
Binary 110111 110100 1001 0 101 1010100 1001110 111000 1001000 1101

Color Harmonies of #373409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373409

Black with #373409

Text Example


Text Example

White with #373409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373409; }

 p { color: rgb(55,52,9); }

 H1.HeaderClassName
 {
   color: #373409;
 }
 .AnyTagClassName
 {
   color: #373409;
 }
</style>

background-color css

<style>
 a { background-color: #373409; }

 a { background-color: rgb(55,52,9); }

 div.DivClassName
 {
   background-color: #373409;
 }
 .BgClassName
 {
   background-color: #373409;
 }
</style>

border-color css

<style>
 span { border-color: #373409; }

 span { border-color: rgb(55,52,9); }

 td.TdClassName
 {
   border-color: #373409;
 }
 .TagClassName
 {
   border-color: #373409;
 }
</style>