Html Css Color HEX #373718 Karaka

📋 copy color: '#373718'

red 55 ◦ green 55 ◦ blue 24

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

Shades of Karaka #373718

Tints of Karaka #373718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.04%

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

R = 41.04%
G = 41.04%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#373718 (or 0x373718) is known color: Karaka. HEX triplet: 37, 37 and 18. RGB value is (55,55,24). Sum of RGB (Red+Green+Blue) = 55+55+24=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 55 - color contains mainly: red, green. Hex color #373718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373718 is #C8C8E7. Grayscale: #333333. Windows color (decimal): -13158632 or 1586999. OLE color: 1586999.

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

Color convert

RGB 55 55 24 -
CMYK 0 0 0.56 0.78
HSL 60º 0.39% 0.15% -
HSV(B) 60º 0.56% 0.22% -
XYZ 3.11 3.61 1.4 -
YUV 51.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 55 55 24 0 0 0.56 0.78 60 0.39 0.15
Hex 37 37 18 0 0 38 4E 3C 27 F
Octal 67 67 30 0 0 70 116 74 47 17
Binary 110111 110111 11000 0 0 111000 1001110 111100 100111 1111

Color Harmonies of #373718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373718

Black with #373718

Text Example


Text Example

White with #373718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373718; }

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

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

background-color css

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

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

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

border-color css

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

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

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