Html Css Color HEX #36371D Karaka

📋 copy color: '#36371D'

red 54 ◦ green 55 ◦ blue 29

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

Shades of Karaka #36371D

Tints of Karaka #36371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 39.13%
G = 39.86%
B = 21.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#36371D (or 0x36371D) is known color: Karaka. HEX triplet: 36, 37 and 1D. RGB value is (54,55,29). Sum of RGB (Red+Green+Blue) = 54+55+29=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #36371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36371D is #C9C8E2. Grayscale: #333333. Windows color (decimal): -13224163 or 1914678. OLE color: 1914678.

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

Color convert

RGB 54 55 29 -
CMYK 0.02 0 0.47 0.78
HSL 62.31º 0.31% 0.16% -
HSV(B) 62.31º 0.47% 0.22% -
XYZ 3.11 3.61 1.69 -
YUV 51.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 54 55 29 0.02 0 0.47 0.78 62.31 0.31 0.16
Hex 36 37 1D 2 0 2F 4E 3E 1F 10
Octal 66 67 35 2 0 57 116 76 37 20
Binary 110110 110111 11101 10 0 101111 1001110 111110 11111 10000

Color Harmonies of #36371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36371D

Black with #36371D

Text Example


Text Example

White with #36371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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