Html Css Color HEX #361B00 Cocoa Brown

📋 copy color: '#361B00'

red 54 ◦ green 27 ◦ blue 0

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

Shades of Cocoa Brown #361B00

Tints of Cocoa Brown #361B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361B00 (or 0x361B00) is known color: Cocoa Brown. HEX triplet: 36, 1B and 00. RGB value is (54,27,0). Sum of RGB (Red+Green+Blue) = 54+27+0=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B00 is #C9E4FF. Grayscale: #202020. Windows color (decimal): -13231360 or 6966. OLE color: 6966.

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

Color convert

RGB 54 27 0 -
CMYK 0 0.5 1 0.79
HSL 30º 1% 0.11% -
HSV(B) 30º 1% 0.21% -
XYZ 1.91 1.57 0.2 -
YUV 32 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 54 27 0 0 0.5 1 0.79 30 1 0.11
Hex 36 1B 0 0 32 64 4F 1E 64 B
Octal 66 33 0 0 62 144 117 36 144 13
Binary 110110 11011 0 0 110010 1100100 1001111 11110 1100100 1011

Color Harmonies of #361B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B00

Black with #361B00

Text Example


Text Example

White with #361B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,0); }

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

background-color css

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

 a { background-color: rgb(54,27,0); }

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

border-color css

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

 span { border-color: rgb(54,27,0); }

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