Html Css Color HEX #361A02 Cocoa Brown

📋 copy color: '#361A02'

red 54 ◦ green 26 ◦ blue 2

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

Shades of Cocoa Brown #361A02

Tints of Cocoa Brown #361A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.71%

 BLUE value IS 2 (1.17% from 255) = 2.44%

R = 65.85%
G = 31.71%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361A02 (or 0x361A02) is known color: Cocoa Brown. HEX triplet: 36, 1A and 02. RGB value is (54,26,2). Sum of RGB (Red+Green+Blue) = 54+26+2=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A02 is #C9E5FD. Grayscale: #1F1F1F. Windows color (decimal): -13231614 or 137782. OLE color: 137782.

HSL color Cylindrical-coordinate representation of color #361A02: hue angle of 27.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #361A02 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 2 -
CMYK 0 0.52 0.96 0.79
HSL 27.69º 0.93% 0.11% -
HSV(B) 27.69º 0.96% 0.21% -
XYZ 1.9 1.53 0.25 -
YUV 31.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 54 26 2 0 0.52 0.96 0.79 27.69 0.93 0.11
Hex 36 1A 2 0 34 60 4F 1C 5D B
Octal 66 32 2 0 64 140 117 34 135 13
Binary 110110 11010 10 0 110100 1100000 1001111 11100 1011101 1011

Color Harmonies of #361A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A02

Black with #361A02

Text Example


Text Example

White with #361A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A02; }

 p { color: rgb(54,26,2); }

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

background-color css

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

 a { background-color: rgb(54,26,2); }

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

border-color css

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

 span { border-color: rgb(54,26,2); }

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