Html Css Color HEX #321D07 Cocoa Brown

📋 copy color: '#321D07'

red 50 ◦ green 29 ◦ blue 7

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

Shades of Cocoa Brown #321D07

Tints of Cocoa Brown #321D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.72%

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

R = 58.14%
G = 33.72%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#321D07 (or 0x321D07) is known color: Cocoa Brown. HEX triplet: 32, 1D and 07. RGB value is (50,29,7). Sum of RGB (Red+Green+Blue) = 50+29+7=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D07 is #CDE2F8. Grayscale: #202020. Windows color (decimal): -13492985 or 466226. OLE color: 466226.

HSL color Cylindrical-coordinate representation of color #321D07: hue angle of 30.7º degrees, saturation: 0.75, 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 #321D07 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 29 7 -
CMYK 0 0.42 0.86 0.80
HSL 30.7º 0.75% 0.11% -
HSV(B) 30.7º 0.86% 0.2% -
XYZ 1.79 1.57 0.41 -
YUV 32.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 50 29 7 0 0.42 0.86 0.80 30.7 0.75 0.11
Hex 32 1D 7 0 2A 56 50 1F 4B B
Octal 62 35 7 0 52 126 120 37 113 13
Binary 110010 11101 111 0 101010 1010110 1010000 11111 1001011 1011

Color Harmonies of #321D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D07

Black with #321D07

Text Example


Text Example

White with #321D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D07; }

 p { color: rgb(50,29,7); }

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

background-color css

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

 a { background-color: rgb(50,29,7); }

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

border-color css

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

 span { border-color: rgb(50,29,7); }

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