Html Css Color HEX #351402 Brown Pod

📋 copy color: '#351402'

red 53 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #351402

Tints of Brown Pod #351402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 2 (1.17% from 255) = 2.67%

R = 70.67%
G = 26.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351402 (or 0x351402) is known color: Brown Pod. HEX triplet: 35, 14 and 02. RGB value is (53,20,2). Sum of RGB (Red+Green+Blue) = 53+20+2=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #351402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351402 is #CAEBFD. Grayscale: #1B1B1B. Windows color (decimal): -13298686 or 136245. OLE color: 136245.

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

Color convert

RGB 53 20 2 -
CMYK 0 0.62 0.96 0.79
HSL 21.18º 0.93% 0.11% -
HSV(B) 21.18º 0.96% 0.21% -
XYZ 1.73 1.26 0.21 -
YUV 27.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 53 20 2 0 0.62 0.96 0.79 21.18 0.93 0.11
Hex 35 14 2 0 3E 60 4F 15 5D B
Octal 65 24 2 0 76 140 117 25 135 13
Binary 110101 10100 10 0 111110 1100000 1001111 10101 1011101 1011

Color Harmonies of #351402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351402

Black with #351402

Text Example


Text Example

White with #351402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351402; }

 p { color: rgb(53,20,2); }

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

background-color css

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

 a { background-color: rgb(53,20,2); }

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

border-color css

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

 span { border-color: rgb(53,20,2); }

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