Html Css Color HEX #332007 Cocoa Brown

📋 copy color: '#332007'

red 51 ◦ green 32 ◦ blue 7

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

Shades of Cocoa Brown #332007

Tints of Cocoa Brown #332007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 35.56%

 BLUE value IS 7 (3.13% from 255) = 7.78%

R = 56.67%
G = 35.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#332007 (or 0x332007) is known color: Cocoa Brown. HEX triplet: 33, 20 and 07. RGB value is (51,32,7). Sum of RGB (Red+Green+Blue) = 51+32+7=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #332007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332007 is #CCDFF8. Grayscale: #222222. Windows color (decimal): -13426681 or 466995. OLE color: 466995.

HSL color Cylindrical-coordinate representation of color #332007: hue angle of 34.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #332007 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 32 7 -
CMYK 0 0.37 0.86 0.8
HSL 34.09º 0.76% 0.11% -
HSV(B) 34.09º 0.86% 0.2% -
XYZ 1.92 1.75 0.44 -
YUV 34.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 51 32 7 0 0.37 0.86 0.8 34.09 0.76 0.11
Hex 33 20 7 0 25 56 50 22 4C B
Octal 63 40 7 0 45 126 120 42 114 13
Binary 110011 100000 111 0 100101 1010110 1010000 100010 1001100 1011

Color Harmonies of #332007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332007

Black with #332007

Text Example


Text Example

White with #332007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332007; }

 p { color: rgb(51,32,7); }

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

background-color css

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

 a { background-color: rgb(51,32,7); }

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

border-color css

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

 span { border-color: rgb(51,32,7); }

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