Html Css Color HEX #361A03 Cocoa Brown

📋 copy color: '#361A03'

red 54 ◦ green 26 ◦ blue 3

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

Shades of Cocoa Brown #361A03

Tints of Cocoa Brown #361A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.61%

R = 65.06%
G = 31.33%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#361A03 (or 0x361A03) is known color: Cocoa Brown. HEX triplet: 36, 1A and 03. RGB value is (54,26,3). Sum of RGB (Red+Green+Blue) = 54+26+3=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A03 is #C9E5FC. Grayscale: #1F1F1F. Windows color (decimal): -13231613 or 203318. OLE color: 203318.

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

Color convert

RGB 54 26 3 -
CMYK 0 0.52 0.94 0.79
HSL 27.06º 0.89% 0.11% -
HSV(B) 27.06º 0.94% 0.21% -
XYZ 1.91 1.53 0.28 -
YUV 31.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 54 26 3 0 0.52 0.94 0.79 27.06 0.89 0.11
Hex 36 1A 3 0 34 5E 4F 1B 59 B
Octal 66 32 3 0 64 136 117 33 131 13
Binary 110110 11010 11 0 110100 1011110 1001111 11011 1011001 1011

Color Harmonies of #361A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A03

Black with #361A03

Text Example


Text Example

White with #361A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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