Html Css Color HEX #322619 Cocoa Brown

📋 copy color: '#322619'

red 50 ◦ green 38 ◦ blue 25

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

Shades of Cocoa Brown #322619

Tints of Cocoa Brown #322619

RGB

 RED value IS 50 (19.92% from 255) = 44.25%

 GREEN value IS 38 (15.23% from 255) = 33.63%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 44.25%
G = 33.63%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#322619 (or 0x322619) is known color: Cocoa Brown. HEX triplet: 32, 26 and 19. RGB value is (50,38,25). Sum of RGB (Red+Green+Blue) = 50+38+25=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322619 is #CDD9E6. Grayscale: #282828. Windows color (decimal): -13490663 or 1648178. OLE color: 1648178.

HSL color Cylindrical-coordinate representation of color #322619: hue angle of 31.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322619 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 38 25 -
CMYK 0 0.24 0.50 0.80
HSL 31.2º 0.33% 0.15% -
HSV(B) 31.2º 0.5% 0.2% -
XYZ 2.18 2.13 1.22 -
YUV 40.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 50 38 25 0 0.24 0.50 0.80 31.2 0.33 0.15
Hex 32 26 19 0 18 32 50 1F 21 F
Octal 62 46 31 0 30 62 120 37 41 17
Binary 110010 100110 11001 0 11000 110010 1010000 11111 100001 1111

Color Harmonies of #322619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322619

Black with #322619

Text Example


Text Example

White with #322619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322619; }

 p { color: rgb(50,38,25); }

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

background-color css

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

 a { background-color: rgb(50,38,25); }

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

border-color css

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

 span { border-color: rgb(50,38,25); }

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