Html Css Color HEX #373408 Karaka

📋 copy color: '#373408'

red 55 ◦ green 52 ◦ blue 8

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

Shades of Karaka #373408

Tints of Karaka #373408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 47.83%
G = 45.22%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#373408 (or 0x373408) is known color: Karaka. HEX triplet: 37, 34 and 08. RGB value is (55,52,8). Sum of RGB (Red+Green+Blue) = 55+52+8=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #373408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373408 is #C8CBF7. Grayscale: #303030. Windows color (decimal): -13159416 or 537655. OLE color: 537655.

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

Color convert

RGB 55 52 8 -
CMYK 0 0.05 0.85 0.78
HSL 56.17º 0.75% 0.12% -
HSV(B) 56.17º 0.85% 0.22% -
XYZ 2.85 3.29 0.71 -
YUV 47.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 55 52 8 0 0.05 0.85 0.78 56.17 0.75 0.12
Hex 37 34 8 0 5 55 4E 38 4B C
Octal 67 64 10 0 5 125 116 70 113 14
Binary 110111 110100 1000 0 101 1010101 1001110 111000 1001011 1100

Color Harmonies of #373408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373408

Black with #373408

Text Example


Text Example

White with #373408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373408; }

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

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

background-color css

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

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

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

border-color css

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

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

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