Html Css Color HEX #362315 Cocoa Brown

📋 copy color: '#362315'

red 54 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #362315

Tints of Cocoa Brown #362315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 49.09%
G = 31.82%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362315 (or 0x362315) is known color: Cocoa Brown. HEX triplet: 36, 23 and 15. RGB value is (54,35,21). Sum of RGB (Red+Green+Blue) = 54+35+21=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #362315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362315 is #C9DCEA. Grayscale: #272727. Windows color (decimal): -13229291 or 1385270. OLE color: 1385270.

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

Color convert

RGB 54 35 21 -
CMYK 0 0.35 0.61 0.79
HSL 25.45º 0.44% 0.15% -
HSV(B) 25.45º 0.61% 0.21% -
XYZ 2.26 2.04 0.98 -
YUV 39.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 54 35 21 0 0.35 0.61 0.79 25.45 0.44 0.15
Hex 36 23 15 0 23 3D 4F 19 2C F
Octal 66 43 25 0 43 75 117 31 54 17
Binary 110110 100011 10101 0 100011 111101 1001111 11001 101100 1111

Color Harmonies of #362315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362315

Black with #362315

Text Example


Text Example

White with #362315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362315; }

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

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

background-color css

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

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

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

border-color css

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

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

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