Html Css Color HEX #331703 Brown Pod

📋 copy color: '#331703'

red 51 ◦ green 23 ◦ blue 3

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

Shades of Brown Pod #331703

Tints of Brown Pod #331703

RGB

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

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

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

R = 66.23%
G = 29.87%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#331703 (or 0x331703) is known color: Brown Pod. HEX triplet: 33, 17 and 03. RGB value is (51,23,3). Sum of RGB (Red+Green+Blue) = 51+23+3=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331703 is #CCE8FC. Grayscale: #1D1D1D. Windows color (decimal): -13428989 or 202547. OLE color: 202547.

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

Color convert

RGB 51 23 3 -
CMYK 0 0.55 0.94 0.8
HSL 25º 0.89% 0.11% -
HSV(B) 25º 0.94% 0.2% -
XYZ 1.69 1.32 0.25 -
YUV 29.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 51 23 3 0 0.55 0.94 0.8 25 0.89 0.11
Hex 33 17 3 0 37 5E 50 19 59 B
Octal 63 27 3 0 67 136 120 31 131 13
Binary 110011 10111 11 0 110111 1011110 1010000 11001 1011001 1011

Color Harmonies of #331703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331703

Black with #331703

Text Example


Text Example

White with #331703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331703; }

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

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

background-color css

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

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

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

border-color css

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

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

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