Html Css Color HEX #362A1F Cocoa Brown

📋 copy color: '#362A1F'

red 54 ◦ green 42 ◦ blue 31

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

Shades of Cocoa Brown #362A1F

Tints of Cocoa Brown #362A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 42.52%
G = 33.07%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#362A1F (or 0x362A1F) is known color: Cocoa Brown. HEX triplet: 36, 2A and 1F. RGB value is (54,42,31). Sum of RGB (Red+Green+Blue) = 54+42+31=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1F is #C9D5E0. Grayscale: #2C2C2C. Windows color (decimal): -13227489 or 2042422. OLE color: 2042422.

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

Color convert

RGB 54 42 31 -
CMYK 0 0.22 0.43 0.79
HSL 28.7º 0.27% 0.17% -
HSV(B) 28.7º 0.43% 0.21% -
XYZ 2.6 2.54 1.65 -
YUV 44.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 54 42 31 0 0.22 0.43 0.79 28.7 0.27 0.17
Hex 36 2A 1F 0 16 2B 4F 1D 1B 11
Octal 66 52 37 0 26 53 117 35 33 21
Binary 110110 101010 11111 0 10110 101011 1001111 11101 11011 10001

Color Harmonies of #362A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A1F

Black with #362A1F

Text Example


Text Example

White with #362A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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