Html Css Color HEX #36250C Cocoa Brown

📋 copy color: '#36250C'

red 54 ◦ green 37 ◦ blue 12

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

Shades of Cocoa Brown #36250C

Tints of Cocoa Brown #36250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.92%

 BLUE value IS 12 (5.08% from 255) = 11.65%

R = 52.43%
G = 35.92%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#36250C (or 0x36250C) is known color: Cocoa Brown. HEX triplet: 36, 25 and 0C. RGB value is (54,37,12). Sum of RGB (Red+Green+Blue) = 54+37+12=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #36250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36250C is #C9DAF3. Grayscale: #272727. Windows color (decimal): -13228788 or 795958. OLE color: 795958.

HSL color Cylindrical-coordinate representation of color #36250C: hue angle of 35.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36250C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 37 12 -
CMYK 0 0.31 0.78 0.79
HSL 35.71º 0.64% 0.13% -
HSV(B) 35.71º 0.78% 0.21% -
XYZ 2.25 2.13 0.64 -
YUV 39.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 54 37 12 0 0.31 0.78 0.79 35.71 0.64 0.13
Hex 36 25 C 0 1F 4E 4F 24 40 D
Octal 66 45 14 0 37 116 117 44 100 15
Binary 110110 100101 1100 0 11111 1001110 1001111 100100 1000000 1101

Color Harmonies of #36250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36250C

Black with #36250C

Text Example


Text Example

White with #36250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,37,12); }

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

background-color css

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

 a { background-color: rgb(54,37,12); }

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

border-color css

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

 span { border-color: rgb(54,37,12); }

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