Html Css Color HEX #321A07 Cocoa Brown

📋 copy color: '#321A07'

red 50 ◦ green 26 ◦ blue 7

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

Shades of Cocoa Brown #321A07

Tints of Cocoa Brown #321A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.33%

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

R = 60.24%
G = 31.33%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#321A07 (or 0x321A07) is known color: Cocoa Brown. HEX triplet: 32, 1A and 07. RGB value is (50,26,7). Sum of RGB (Red+Green+Blue) = 50+26+7=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A07 is #CDE5F8. Grayscale: #1F1F1F. Windows color (decimal): -13493753 or 465458. OLE color: 465458.

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

Color convert

RGB 50 26 7 -
CMYK 0 0.48 0.86 0.80
HSL 26.51º 0.75% 0.11% -
HSV(B) 26.51º 0.86% 0.2% -
XYZ 1.72 1.43 0.39 -
YUV 31.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 50 26 7 0 0.48 0.86 0.80 26.51 0.75 0.11
Hex 32 1A 7 0 30 56 50 1B 4B B
Octal 62 32 7 0 60 126 120 33 113 13
Binary 110010 11010 111 0 110000 1010110 1010000 11011 1001011 1011

Color Harmonies of #321A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A07

Black with #321A07

Text Example


Text Example

White with #321A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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