Html Css Color HEX #373406 Karaka

📋 copy color: '#373406'

red 55 ◦ green 52 ◦ blue 6

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

Shades of Karaka #373406

Tints of Karaka #373406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 48.67%
G = 46.02%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#373406 (or 0x373406) is known color: Karaka. HEX triplet: 37, 34 and 06. RGB value is (55,52,6). Sum of RGB (Red+Green+Blue) = 55+52+6=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #373406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373406 is #C8CBF9. Grayscale: #2F2F2F. Windows color (decimal): -13159418 or 406583. OLE color: 406583.

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

Color convert

RGB 55 52 6 -
CMYK 0 0.05 0.89 0.78
HSL 56.33º 0.8% 0.12% -
HSV(B) 56.33º 0.89% 0.22% -
XYZ 2.84 3.28 0.66 -
YUV 47.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 55 52 6 0 0.05 0.89 0.78 56.33 0.8 0.12
Hex 37 34 6 0 5 59 4E 38 50 C
Octal 67 64 6 0 5 131 116 70 120 14
Binary 110111 110100 110 0 101 1011001 1001110 111000 1010000 1100

Color Harmonies of #373406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373406

Black with #373406

Text Example


Text Example

White with #373406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373406; }

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

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

background-color css

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

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

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

border-color css

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

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

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