Html Css Color HEX #373416 Karaka

📋 copy color: '#373416'

red 55 ◦ green 52 ◦ blue 22

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

Shades of Karaka #373416

Tints of Karaka #373416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 42.64%
G = 40.31%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#373416 (or 0x373416) is known color: Karaka. HEX triplet: 37, 34 and 16. RGB value is (55,52,22). Sum of RGB (Red+Green+Blue) = 55+52+22=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373416 is #C8CBE9. Grayscale: #313131. Windows color (decimal): -13159402 or 1455159. OLE color: 1455159.

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

Color convert

RGB 55 52 22 -
CMYK 0 0.05 0.6 0.78
HSL 54.55º 0.43% 0.15% -
HSV(B) 54.55º 0.6% 0.22% -
XYZ 2.95 3.33 1.25 -
YUV 49.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 55 52 22 0 0.05 0.6 0.78 54.55 0.43 0.15
Hex 37 34 16 0 5 3C 4E 37 2B F
Octal 67 64 26 0 5 74 116 67 53 17
Binary 110111 110100 10110 0 101 111100 1001110 110111 101011 1111

Color Harmonies of #373416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373416

Black with #373416

Text Example


Text Example

White with #373416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373416; }

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

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

background-color css

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

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

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

border-color css

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

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

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