Html Css Color HEX #351502 Brown Pod

📋 copy color: '#351502'

red 53 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #351502

Tints of Brown Pod #351502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 69.74%
G = 27.63%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351502 (or 0x351502) is known color: Brown Pod. HEX triplet: 35, 15 and 02. RGB value is (53,21,2). Sum of RGB (Red+Green+Blue) = 53+21+2=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #351502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351502 is #CAEAFD. Grayscale: #1C1C1C. Windows color (decimal): -13298430 or 136501. OLE color: 136501.

HSL color Cylindrical-coordinate representation of color #351502: hue angle of 22.35º 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 #351502 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 21 2 -
CMYK 0 0.60 0.96 0.79
HSL 22.35º 0.93% 0.11% -
HSV(B) 22.35º 0.96% 0.21% -
XYZ 1.75 1.3 0.22 -
YUV 28.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 53 21 2 0 0.60 0.96 0.79 22.35 0.93 0.11
Hex 35 15 2 0 3C 60 4F 16 5D B
Octal 65 25 2 0 74 140 117 26 135 13
Binary 110101 10101 10 0 111100 1100000 1001111 10110 1011101 1011

Color Harmonies of #351502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351502

Black with #351502

Text Example


Text Example

White with #351502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351502; }

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

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

background-color css

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

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

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

border-color css

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

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

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