Html Css Color HEX #332214 Cocoa Brown

📋 copy color: '#332214'

red 51 ◦ green 34 ◦ blue 20

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

Shades of Cocoa Brown #332214

Tints of Cocoa Brown #332214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 48.57%
G = 32.38%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#332214 (or 0x332214) is known color: Cocoa Brown. HEX triplet: 33, 22 and 14. RGB value is (51,34,20). Sum of RGB (Red+Green+Blue) = 51+34+20=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332214 is #CCDDEB. Grayscale: #252525. Windows color (decimal): -13426156 or 1319475. OLE color: 1319475.

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

Color convert

RGB 51 34 20 -
CMYK 0 0.33 0.61 0.8
HSL 27.1º 0.44% 0.14% -
HSV(B) 27.1º 0.61% 0.2% -
XYZ 2.06 1.9 0.92 -
YUV 37.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 51 34 20 0 0.33 0.61 0.8 27.1 0.44 0.14
Hex 33 22 14 0 21 3D 50 1B 2C E
Octal 63 42 24 0 41 75 120 33 54 16
Binary 110011 100010 10100 0 100001 111101 1010000 11011 101100 1110

Color Harmonies of #332214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332214

Black with #332214

Text Example


Text Example

White with #332214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332214; }

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

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

background-color css

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

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

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

border-color css

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

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

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