Html Css Color HEX #373418 Karaka

📋 copy color: '#373418'

red 55 ◦ green 52 ◦ blue 24

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

Shades of Karaka #373418

Tints of Karaka #373418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 41.98%
G = 39.69%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#373418 (or 0x373418) is known color: Karaka. HEX triplet: 37, 34 and 18. RGB value is (55,52,24). Sum of RGB (Red+Green+Blue) = 55+52+24=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #373418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373418 is #C8CBE7. Grayscale: #313131. Windows color (decimal): -13159400 or 1586231. OLE color: 1586231.

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

Color convert

RGB 55 52 24 -
CMYK 0 0.05 0.56 0.78
HSL 54.19º 0.39% 0.15% -
HSV(B) 54.19º 0.56% 0.22% -
XYZ 2.97 3.33 1.35 -
YUV 49.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 55 52 24 0 0.05 0.56 0.78 54.19 0.39 0.15
Hex 37 34 18 0 5 38 4E 36 27 F
Octal 67 64 30 0 5 70 116 66 47 17
Binary 110111 110100 11000 0 101 111000 1001110 110110 100111 1111

Color Harmonies of #373418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373418

Black with #373418

Text Example


Text Example

White with #373418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373418; }

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

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

background-color css

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

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

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

border-color css

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

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

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