Html Css Color HEX #321703 Brown Pod

📋 copy color: '#321703'

red 50 ◦ green 23 ◦ blue 3

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

Shades of Brown Pod #321703

Tints of Brown Pod #321703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 30.26%

 BLUE value IS 3 (1.56% from 255) = 3.95%

R = 65.79%
G = 30.26%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#321703 (or 0x321703) is known color: Brown Pod. HEX triplet: 32, 17 and 03. RGB value is (50,23,3). Sum of RGB (Red+Green+Blue) = 50+23+3=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321703 is #CDE8FC. Grayscale: #1C1C1C. Windows color (decimal): -13494525 or 202546. OLE color: 202546.

HSL color Cylindrical-coordinate representation of color #321703: hue angle of 25.53º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321703 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 23 3 -
CMYK 0 0.54 0.94 0.80
HSL 25.53º 0.89% 0.1% -
HSV(B) 25.53º 0.94% 0.2% -
XYZ 1.64 1.3 0.25 -
YUV 28.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 50 23 3 0 0.54 0.94 0.80 25.53 0.89 0.1
Hex 32 17 3 0 36 5E 50 1A 59 A
Octal 62 27 3 0 66 136 120 32 131 12
Binary 110010 10111 11 0 110110 1011110 1010000 11010 1011001 1010

Color Harmonies of #321703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321703

Black with #321703

Text Example


Text Example

White with #321703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321703; }

 p { color: rgb(50,23,3); }

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

background-color css

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

 a { background-color: rgb(50,23,3); }

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

border-color css

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

 span { border-color: rgb(50,23,3); }

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