Html Css Color HEX #362A1D Cocoa Brown

📋 copy color: '#362A1D'

red 54 ◦ green 42 ◦ blue 29

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

Shades of Cocoa Brown #362A1D

Tints of Cocoa Brown #362A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 43.2%
G = 33.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#362A1D (or 0x362A1D) is known color: Cocoa Brown. HEX triplet: 36, 2A and 1D. RGB value is (54,42,29). Sum of RGB (Red+Green+Blue) = 54+42+29=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1D is #C9D5E2. Grayscale: #2C2C2C. Windows color (decimal): -13227491 or 1911350. OLE color: 1911350.

HSL color Cylindrical-coordinate representation of color #362A1D: hue angle of 31.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #362A1D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 42 29 -
CMYK 0 0.22 0.46 0.79
HSL 31.2º 0.3% 0.16% -
HSV(B) 31.2º 0.46% 0.21% -
XYZ 2.57 2.53 1.52 -
YUV 44.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 54 42 29 0 0.22 0.46 0.79 31.2 0.3 0.16
Hex 36 2A 1D 0 16 2E 4F 1F 1E 10
Octal 66 52 35 0 26 56 117 37 36 20
Binary 110110 101010 11101 0 10110 101110 1001111 11111 11110 10000

Color Harmonies of #362A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A1D

Black with #362A1D

Text Example


Text Example

White with #362A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362A1D; }

 p { color: rgb(54,42,29); }

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

background-color css

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

 a { background-color: rgb(54,42,29); }

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

border-color css

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

 span { border-color: rgb(54,42,29); }

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