Html Css Color HEX #362300 Cocoa Brown

📋 copy color: '#362300'

red 54 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #362300

Tints of Cocoa Brown #362300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.33%

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

R = 60.67%
G = 39.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#362300 (or 0x362300) is known color: Cocoa Brown. HEX triplet: 36, 23 and 00. RGB value is (54,35,0). Sum of RGB (Red+Green+Blue) = 54+35+0=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #362300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362300 is #C9DCFF. Grayscale: #242424. Windows color (decimal): -13229312 or 9014. OLE color: 9014.

HSL color Cylindrical-coordinate representation of color #362300: hue angle of 38.89º 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 #362300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 35 0 -
CMYK 0 0.35 1 0.79
HSL 38.89º 1% 0.11% -
HSV(B) 38.89º 1% 0.21% -
XYZ 2.12 1.99 0.27 -
YUV 36.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 54 35 0 0 0.35 1 0.79 38.89 1 0.11
Hex 36 23 0 0 23 64 4F 27 64 B
Octal 66 43 0 0 43 144 117 47 144 13
Binary 110110 100011 0 0 100011 1100100 1001111 100111 1100100 1011

Color Harmonies of #362300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362300

Black with #362300

Text Example


Text Example

White with #362300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362300; }

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

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

background-color css

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

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

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

border-color css

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

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

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