Html Css Color HEX #362614 Cocoa Brown

📋 copy color: '#362614'

red 54 ◦ green 38 ◦ blue 20

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

Shades of Cocoa Brown #362614

Tints of Cocoa Brown #362614

RGB

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

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

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

R = 48.21%
G = 33.93%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362614 (or 0x362614) is known color: Cocoa Brown. HEX triplet: 36, 26 and 14. RGB value is (54,38,20). Sum of RGB (Red+Green+Blue) = 54+38+20=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362614 is #C9D9EB. Grayscale: #282828. Windows color (decimal): -13228524 or 1320502. OLE color: 1320502.

HSL color Cylindrical-coordinate representation of color #362614: hue angle of 31.76º 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 #362614 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 38 20 -
CMYK 0 0.30 0.63 0.79
HSL 31.76º 0.46% 0.15% -
HSV(B) 31.76º 0.63% 0.21% -
XYZ 2.34 2.22 0.97 -
YUV 40.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 54 38 20 0 0.30 0.63 0.79 31.76 0.46 0.15
Hex 36 26 14 0 1E 3F 4F 20 2E F
Octal 66 46 24 0 36 77 117 40 56 17
Binary 110110 100110 10100 0 11110 111111 1001111 100000 101110 1111

Color Harmonies of #362614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362614

Black with #362614

Text Example


Text Example

White with #362614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362614; }

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

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

background-color css

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

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

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

border-color css

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

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

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