Html Css Color HEX #362214 Cocoa Brown

📋 copy color: '#362214'

red 54 ◦ green 34 ◦ blue 20

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

Shades of Cocoa Brown #362214

Tints of Cocoa Brown #362214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 50%
G = 31.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362214 (or 0x362214) is known color: Cocoa Brown. HEX triplet: 36, 22 and 14. RGB value is (54,34,20). Sum of RGB (Red+Green+Blue) = 54+34+20=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362214 is #C9DDEB. Grayscale: #262626. Windows color (decimal): -13229548 or 1319478. OLE color: 1319478.

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

Color convert

RGB 54 34 20 -
CMYK 0 0.37 0.63 0.79
HSL 24.71º 0.46% 0.15% -
HSV(B) 24.71º 0.63% 0.21% -
XYZ 2.22 1.98 0.93 -
YUV 38.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 54 34 20 0 0.37 0.63 0.79 24.71 0.46 0.15
Hex 36 22 14 0 25 3F 4F 19 2E F
Octal 66 42 24 0 45 77 117 31 56 17
Binary 110110 100010 10100 0 100101 111111 1001111 11001 101110 1111

Color Harmonies of #362214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362214

Black with #362214

Text Example


Text Example

White with #362214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362214; }

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

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

background-color css

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

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

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

border-color css

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

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

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