Html Css Color HEX #36371C Karaka

📋 copy color: '#36371C'

red 54 ◦ green 55 ◦ blue 28

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

Shades of Karaka #36371C

Tints of Karaka #36371C

RGB

 RED value IS 54 (21.48% from 255) = 39.42%

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 39.42%
G = 40.15%
B = 20.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#36371C (or 0x36371C) is known color: Karaka. HEX triplet: 36, 37 and 1C. RGB value is (54,55,28). Sum of RGB (Red+Green+Blue) = 54+55+28=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #36371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36371C is #C9C8E3. Grayscale: #333333. Windows color (decimal): -13224164 or 1849142. OLE color: 1849142.

HSL color Cylindrical-coordinate representation of color #36371C: hue angle of 62.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36371C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 55 28 -
CMYK 0.02 0 0.49 0.78
HSL 62.22º 0.33% 0.16% -
HSV(B) 62.22º 0.49% 0.22% -
XYZ 3.1 3.6 1.63 -
YUV 51.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 54 55 28 0.02 0 0.49 0.78 62.22 0.33 0.16
Hex 36 37 1C 2 0 31 4E 3E 21 10
Octal 66 67 34 2 0 61 116 76 41 20
Binary 110110 110111 11100 10 0 110001 1001110 111110 100001 10000

Color Harmonies of #36371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36371C

Black with #36371C

Text Example


Text Example

White with #36371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36371C; }

 p { color: rgb(54,55,28); }

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

background-color css

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

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

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

border-color css

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

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

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