Html Css Color HEX #36241A Cocoa Brown

📋 copy color: '#36241A'

red 54 ◦ green 36 ◦ blue 26

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

Shades of Cocoa Brown #36241A

Tints of Cocoa Brown #36241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

 BLUE value IS 26 (10.55% from 255) = 22.41%

R = 46.55%
G = 31.03%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#36241A (or 0x36241A) is known color: Cocoa Brown. HEX triplet: 36, 24 and 1A. RGB value is (54,36,26). Sum of RGB (Red+Green+Blue) = 54+36+26=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241A is #C9DBE5. Grayscale: #282828. Windows color (decimal): -13229030 or 1713206. OLE color: 1713206.

HSL color Cylindrical-coordinate representation of color #36241A: hue angle of 21.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36241A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 36 26 -
CMYK 0 0.33 0.52 0.79
HSL 21.43º 0.35% 0.16% -
HSV(B) 21.43º 0.52% 0.21% -
XYZ 2.34 2.12 1.26 -
YUV 40.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 54 36 26 0 0.33 0.52 0.79 21.43 0.35 0.16
Hex 36 24 1A 0 21 34 4F 15 23 10
Octal 66 44 32 0 41 64 117 25 43 20
Binary 110110 100100 11010 0 100001 110100 1001111 10101 100011 10000

Color Harmonies of #36241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36241A

Black with #36241A

Text Example


Text Example

White with #36241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36241A; }

 p { color: rgb(54,36,26); }

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

background-color css

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

 a { background-color: rgb(54,36,26); }

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

border-color css

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

 span { border-color: rgb(54,36,26); }

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