Html Css Color HEX #373506 Karaka

📋 copy color: '#373506'

red 55 ◦ green 53 ◦ blue 6

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

Shades of Karaka #373506

Tints of Karaka #373506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.49%

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

R = 48.25%
G = 46.49%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#373506 (or 0x373506) is known color: Karaka. HEX triplet: 37, 35 and 06. RGB value is (55,53,6). Sum of RGB (Red+Green+Blue) = 55+53+6=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #373506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373506 is #C8CAF9. Grayscale: #303030. Windows color (decimal): -13159162 or 406839. OLE color: 406839.

HSL color Cylindrical-coordinate representation of color #373506: hue angle of 57.55º 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 #373506 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 6 -
CMYK 0 0.04 0.89 0.78
HSL 57.55º 0.8% 0.12% -
HSV(B) 57.55º 0.89% 0.22% -
XYZ 2.88 3.37 0.67 -
YUV 48.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 55 53 6 0 0.04 0.89 0.78 57.55 0.8 0.12
Hex 37 35 6 0 4 59 4E 3A 50 C
Octal 67 65 6 0 4 131 116 72 120 14
Binary 110111 110101 110 0 100 1011001 1001110 111010 1010000 1100

Color Harmonies of #373506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373506

Black with #373506

Text Example


Text Example

White with #373506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373506; }

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

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

background-color css

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

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

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

border-color css

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

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

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