Html Css Color HEX #36230D Cocoa Brown

📋 copy color: '#36230D'

red 54 ◦ green 35 ◦ blue 13

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

Shades of Cocoa Brown #36230D

Tints of Cocoa Brown #36230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 34.31%

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 52.94%
G = 34.31%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36230D (or 0x36230D) is known color: Cocoa Brown. HEX triplet: 36, 23 and 0D. RGB value is (54,35,13). Sum of RGB (Red+Green+Blue) = 54+35+13=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36230D is #C9DCF2. Grayscale: #262626. Windows color (decimal): -13229299 or 860982. OLE color: 860982.

HSL color Cylindrical-coordinate representation of color #36230D: hue angle of 32.2º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36230D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 35 13 -
CMYK 0 0.35 0.76 0.79
HSL 32.2º 0.61% 0.13% -
HSV(B) 32.2º 0.76% 0.21% -
XYZ 2.19 2.02 0.65 -
YUV 38.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 54 35 13 0 0.35 0.76 0.79 32.2 0.61 0.13
Hex 36 23 D 0 23 4C 4F 20 3D D
Octal 66 43 15 0 43 114 117 40 75 15
Binary 110110 100011 1101 0 100011 1001100 1001111 100000 111101 1101

Color Harmonies of #36230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36230D

Black with #36230D

Text Example


Text Example

White with #36230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,35,13); }

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

background-color css

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

 a { background-color: rgb(54,35,13); }

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

border-color css

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

 span { border-color: rgb(54,35,13); }

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