Html Css Color HEX #362312 Cocoa Brown

📋 copy color: '#362312'

red 54 ◦ green 35 ◦ blue 18

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

Shades of Cocoa Brown #362312

Tints of Cocoa Brown #362312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 50.47%
G = 32.71%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#362312 (or 0x362312) is known color: Cocoa Brown. HEX triplet: 36, 23 and 12. RGB value is (54,35,18). Sum of RGB (Red+Green+Blue) = 54+35+18=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362312 is #C9DCED. Grayscale: #262626. Windows color (decimal): -13229294 or 1188662. OLE color: 1188662.

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

Color convert

RGB 54 35 18 -
CMYK 0 0.35 0.67 0.79
HSL 28.33º 0.5% 0.14% -
HSV(B) 28.33º 0.67% 0.21% -
XYZ 2.23 2.03 0.85 -
YUV 38.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 54 35 18 0 0.35 0.67 0.79 28.33 0.5 0.14
Hex 36 23 12 0 23 43 4F 1C 32 E
Octal 66 43 22 0 43 103 117 34 62 16
Binary 110110 100011 10010 0 100011 1000011 1001111 11100 110010 1110

Color Harmonies of #362312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362312

Black with #362312

Text Example


Text Example

White with #362312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362312; }

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

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

background-color css

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

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

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

border-color css

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

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

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