Html Css Color HEX #351202 Brown Pod

📋 copy color: '#351202'

red 53 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #351202

Tints of Brown Pod #351202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

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

R = 72.6%
G = 24.66%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351202 (or 0x351202) is known color: Brown Pod. HEX triplet: 35, 12 and 02. RGB value is (53,18,2). Sum of RGB (Red+Green+Blue) = 53+18+2=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351202 is #CAEDFD. Grayscale: #1A1A1A. Windows color (decimal): -13299198 or 135733. OLE color: 135733.

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

Color convert

RGB 53 18 2 -
CMYK 0 0.66 0.96 0.79
HSL 18.82º 0.93% 0.11% -
HSV(B) 18.82º 0.96% 0.21% -
XYZ 1.7 1.19 0.2 -
YUV 26.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 53 18 2 0 0.66 0.96 0.79 18.82 0.93 0.11
Hex 35 12 2 0 42 60 4F 13 5D B
Octal 65 22 2 0 102 140 117 23 135 13
Binary 110101 10010 10 0 1000010 1100000 1001111 10011 1011101 1011

Color Harmonies of #351202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351202

Black with #351202

Text Example


Text Example

White with #351202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351202; }

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

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

background-color css

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

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

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

border-color css

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

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

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