Html Css Color HEX #332113 Cocoa Brown

📋 copy color: '#332113'

red 51 ◦ green 33 ◦ blue 19

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

Shades of Cocoa Brown #332113

Tints of Cocoa Brown #332113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.04%

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

R = 49.51%
G = 32.04%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332113 (or 0x332113) is known color: Cocoa Brown. HEX triplet: 33, 21 and 13. RGB value is (51,33,19). Sum of RGB (Red+Green+Blue) = 51+33+19=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332113 is #CCDEEC. Grayscale: #242424. Windows color (decimal): -13426413 or 1253683. OLE color: 1253683.

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

Color convert

RGB 51 33 19 -
CMYK 0 0.35 0.63 0.8
HSL 26.25º 0.46% 0.14% -
HSV(B) 26.25º 0.63% 0.2% -
XYZ 2.03 1.84 0.86 -
YUV 36.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 51 33 19 0 0.35 0.63 0.8 26.25 0.46 0.14
Hex 33 21 13 0 23 3F 50 1A 2E E
Octal 63 41 23 0 43 77 120 32 56 16
Binary 110011 100001 10011 0 100011 111111 1010000 11010 101110 1110

Color Harmonies of #332113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332113

Black with #332113

Text Example


Text Example

White with #332113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332113; }

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

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

background-color css

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

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

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

border-color css

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

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

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