Html Css Color HEX #362213 Cocoa Brown

📋 copy color: '#362213'

red 54 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #362213

Tints of Cocoa Brown #362213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 50.47%
G = 31.78%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362213 (or 0x362213) is known color: Cocoa Brown. HEX triplet: 36, 22 and 13. RGB value is (54,34,19). Sum of RGB (Red+Green+Blue) = 54+34+19=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362213 is #C9DDEC. Grayscale: #262626. Windows color (decimal): -13229549 or 1253942. OLE color: 1253942.

HSL color Cylindrical-coordinate representation of color #362213: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362213 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 19 -
CMYK 0 0.37 0.65 0.79
HSL 25.71º 0.48% 0.14% -
HSV(B) 25.71º 0.65% 0.21% -
XYZ 2.21 1.98 0.88 -
YUV 38.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 54 34 19 0 0.37 0.65 0.79 25.71 0.48 0.14
Hex 36 22 13 0 25 41 4F 1A 30 E
Octal 66 42 23 0 45 101 117 32 60 16
Binary 110110 100010 10011 0 100101 1000001 1001111 11010 110000 1110

Color Harmonies of #362213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362213

Black with #362213

Text Example


Text Example

White with #362213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362213; }

 p { color: rgb(54,34,19); }

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

background-color css

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

 a { background-color: rgb(54,34,19); }

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

border-color css

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

 span { border-color: rgb(54,34,19); }

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