Html Css Color HEX #36261B Cocoa Brown

📋 copy color: '#36261B'

red 54 ◦ green 38 ◦ blue 27

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

Shades of Cocoa Brown #36261B

Tints of Cocoa Brown #36261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.93%

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 45.38%
G = 31.93%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36261B (or 0x36261B) is known color: Cocoa Brown. HEX triplet: 36, 26 and 1B. RGB value is (54,38,27). Sum of RGB (Red+Green+Blue) = 54+38+27=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36261B is #C9D9E4. Grayscale: #292929. Windows color (decimal): -13228517 or 1779254. OLE color: 1779254.

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

Color convert

RGB 54 38 27 -
CMYK 0 0.30 0.5 0.79
HSL 24.44º 0.33% 0.16% -
HSV(B) 24.44º 0.5% 0.21% -
XYZ 2.41 2.25 1.34 -
YUV 41.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 54 38 27 0 0.30 0.5 0.79 24.44 0.33 0.16
Hex 36 26 1B 0 1E 32 4F 18 21 10
Octal 66 46 33 0 36 62 117 30 41 20
Binary 110110 100110 11011 0 11110 110010 1001111 11000 100001 10000

Color Harmonies of #36261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36261B

Black with #36261B

Text Example


Text Example

White with #36261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36261B; }

 p { color: rgb(54,38,27); }

 H1.HeaderClassName
 {
   color: #36261B;
 }
 .AnyTagClassName
 {
   color: #36261B;
 }
</style>

background-color css

<style>
 a { background-color: #36261B; }

 a { background-color: rgb(54,38,27); }

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

border-color css

<style>
 span { border-color: #36261B; }

 span { border-color: rgb(54,38,27); }

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