Html Css Color HEX #332213 Cocoa Brown

📋 copy color: '#332213'

red 51 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #332213

Tints of Cocoa Brown #332213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 49.04%
G = 32.69%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332213 (or 0x332213) is known color: Cocoa Brown. HEX triplet: 33, 22 and 13. RGB value is (51,34,19). Sum of RGB (Red+Green+Blue) = 51+34+19=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332213 is #CCDDEC. Grayscale: #252525. Windows color (decimal): -13426157 or 1253939. OLE color: 1253939.

HSL color Cylindrical-coordinate representation of color #332213: hue angle of 28.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332213 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 19 -
CMYK 0 0.33 0.63 0.8
HSL 28.13º 0.46% 0.14% -
HSV(B) 28.13º 0.63% 0.2% -
XYZ 2.05 1.89 0.87 -
YUV 37.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 51 34 19 0 0.33 0.63 0.8 28.13 0.46 0.14
Hex 33 22 13 0 21 3F 50 1C 2E E
Octal 63 42 23 0 41 77 120 34 56 16
Binary 110011 100010 10011 0 100001 111111 1010000 11100 101110 1110

Color Harmonies of #332213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332213

Black with #332213

Text Example


Text Example

White with #332213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332213; }

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

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

background-color css

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

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

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

border-color css

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

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

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