Html Css Color HEX #332513 Cocoa Brown

📋 copy color: '#332513'

red 51 ◦ green 37 ◦ blue 19

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

Shades of Cocoa Brown #332513

Tints of Cocoa Brown #332513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 47.66%
G = 34.58%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332513 (or 0x332513) is known color: Cocoa Brown. HEX triplet: 33, 25 and 13. RGB value is (51,37,19). Sum of RGB (Red+Green+Blue) = 51+37+19=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332513 is #CCDAEC. Grayscale: #272727. Windows color (decimal): -13425389 or 1254707. OLE color: 1254707.

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

Color convert

RGB 51 37 19 -
CMYK 0 0.27 0.63 0.8
HSL 33.75º 0.46% 0.14% -
HSV(B) 33.75º 0.63% 0.2% -
XYZ 2.14 2.07 0.9 -
YUV 39.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 51 37 19 0 0.27 0.63 0.8 33.75 0.46 0.14
Hex 33 25 13 0 1B 3F 50 22 2E E
Octal 63 45 23 0 33 77 120 42 56 16
Binary 110011 100101 10011 0 11011 111111 1010000 100010 101110 1110

Color Harmonies of #332513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332513

Black with #332513

Text Example


Text Example

White with #332513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332513; }

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

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

background-color css

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

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

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

border-color css

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

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

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