Html Css Color HEX #351301 Brown Pod

📋 copy color: '#351301'

red 53 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #351301

Tints of Brown Pod #351301

RGB

 RED value IS 53 (21.09% from 255) = 72.6%

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 1 (0.78% from 255) = 1.37%

R = 72.6%
G = 26.03%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#351301 (or 0x351301) is known color: Brown Pod. HEX triplet: 35, 13 and 01. RGB value is (53,19,1). Sum of RGB (Red+Green+Blue) = 53+19+1=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351301 is #CAECFE. Grayscale: #1B1B1B. Windows color (decimal): -13298943 or 70453. OLE color: 70453.

HSL color Cylindrical-coordinate representation of color #351301: hue angle of 20.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #351301 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 1 -
CMYK 0 0.64 0.98 0.79
HSL 20.77º 0.96% 0.11% -
HSV(B) 20.77º 0.98% 0.21% -
XYZ 1.71 1.22 0.18 -
YUV 27.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 53 19 1 0 0.64 0.98 0.79 20.77 0.96 0.11
Hex 35 13 1 0 40 62 4F 15 60 B
Octal 65 23 1 0 100 142 117 25 140 13
Binary 110101 10011 1 0 1000000 1100010 1001111 10101 1100000 1011

Color Harmonies of #351301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351301

Black with #351301

Text Example


Text Example

White with #351301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351301; }

 p { color: rgb(53,19,1); }

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

background-color css

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

 a { background-color: rgb(53,19,1); }

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

border-color css

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

 span { border-color: rgb(53,19,1); }

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