Html Css Color HEX #332000 Cocoa Brown

📋 copy color: '#332000'

red 51 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #332000

Tints of Cocoa Brown #332000

RGB

 RED value IS 51 (20.31% from 255) = 61.45%

 GREEN value IS 32 (12.89% from 255) = 38.55%

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

R = 61.45%
G = 38.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332000 (or 0x332000) is known color: Cocoa Brown. HEX triplet: 33, 20 and 00. RGB value is (51,32,0). Sum of RGB (Red+Green+Blue) = 51+32+0=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #332000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332000 is #CCDFFF. Grayscale: #222222. Windows color (decimal): -13426688 or 8243. OLE color: 8243.

HSL color Cylindrical-coordinate representation of color #332000: hue angle of 37.65º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 32 0 -
CMYK 0 0.37 1 0.8
HSL 37.65º 1% 0.1% -
HSV(B) 37.65º 1% 0.2% -
XYZ 1.88 1.74 0.24 -
YUV 34.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 51 32 0 0 0.37 1 0.8 37.65 1 0.1
Hex 33 20 0 0 25 64 50 26 64 A
Octal 63 40 0 0 45 144 120 46 144 12
Binary 110011 100000 0 0 100101 1100100 1010000 100110 1100100 1010

Color Harmonies of #332000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332000

Black with #332000

Text Example


Text Example

White with #332000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332000; }

 p { color: rgb(51,32,0); }

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

background-color css

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

 a { background-color: rgb(51,32,0); }

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

border-color css

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

 span { border-color: rgb(51,32,0); }

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