Html Css Color HEX #332205 Cocoa Brown

📋 copy color: '#332205'

red 51 ◦ green 34 ◦ blue 5

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

Shades of Cocoa Brown #332205

Tints of Cocoa Brown #332205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.78%

 BLUE value IS 5 (2.34% from 255) = 5.56%

R = 56.67%
G = 37.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#332205 (or 0x332205) is known color: Cocoa Brown. HEX triplet: 33, 22 and 05. RGB value is (51,34,5). Sum of RGB (Red+Green+Blue) = 51+34+5=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #332205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332205 is #CCDDFA. Grayscale: #232323. Windows color (decimal): -13426171 or 336435. OLE color: 336435.

HSL color Cylindrical-coordinate representation of color #332205: hue angle of 37.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332205 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 5 -
CMYK 0 0.33 0.90 0.8
HSL 37.83º 0.82% 0.11% -
HSV(B) 37.83º 0.9% 0.2% -
XYZ 1.96 1.86 0.4 -
YUV 35.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 51 34 5 0 0.33 0.90 0.8 37.83 0.82 0.11
Hex 33 22 5 0 21 5A 50 26 52 B
Octal 63 42 5 0 41 132 120 46 122 13
Binary 110011 100010 101 0 100001 1011010 1010000 100110 1010010 1011

Color Harmonies of #332205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332205

Black with #332205

Text Example


Text Example

White with #332205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332205; }

 p { color: rgb(51,34,5); }

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

background-color css

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

 a { background-color: rgb(51,34,5); }

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

border-color css

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

 span { border-color: rgb(51,34,5); }

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