Html Css Color HEX #373716 Karaka

📋 copy color: '#373716'

red 55 ◦ green 55 ◦ blue 22

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

Shades of Karaka #373716

Tints of Karaka #373716

RGB

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

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

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

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#373716 (or 0x373716) is known color: Karaka. HEX triplet: 37, 37 and 16. RGB value is (55,55,22). Sum of RGB (Red+Green+Blue) = 55+55+22=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 55 - color contains mainly: red, green. Hex color #373716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373716 is #C8C8E9. Grayscale: #333333. Windows color (decimal): -13158634 or 1455927. OLE color: 1455927.

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

Color convert

RGB 55 55 22 -
CMYK 0 0 0.6 0.78
HSL 60º 0.43% 0.15% -
HSV(B) 60º 0.6% 0.22% -
XYZ 3.09 3.6 1.29 -
YUV 51.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 55 55 22 0 0 0.6 0.78 60 0.43 0.15
Hex 37 37 16 0 0 3C 4E 3C 2B F
Octal 67 67 26 0 0 74 116 74 53 17
Binary 110111 110111 10110 0 0 111100 1001110 111100 101011 1111

Color Harmonies of #373716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373716

Black with #373716

Text Example


Text Example

White with #373716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373716; }

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

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

background-color css

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

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

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

border-color css

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

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

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