Html Css Color HEX #351406 Brown Pod

📋 copy color: '#351406'

red 53 ◦ green 20 ◦ blue 6

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

Shades of Brown Pod #351406

Tints of Brown Pod #351406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.59%

R = 67.09%
G = 25.32%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#351406 (or 0x351406) is known color: Brown Pod. HEX triplet: 35, 14 and 06. RGB value is (53,20,6). Sum of RGB (Red+Green+Blue) = 53+20+6=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #351406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351406 is #CAEBF9. Grayscale: #1C1C1C. Windows color (decimal): -13298682 or 398389. OLE color: 398389.

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

Color convert

RGB 53 20 6 -
CMYK 0 0.62 0.89 0.79
HSL 17.87º 0.8% 0.12% -
HSV(B) 17.87º 0.89% 0.21% -
XYZ 1.75 1.27 0.33 -
YUV 28.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 53 20 6 0 0.62 0.89 0.79 17.87 0.8 0.12
Hex 35 14 6 0 3E 59 4F 12 50 C
Octal 65 24 6 0 76 131 117 22 120 14
Binary 110101 10100 110 0 111110 1011001 1001111 10010 1010000 1100

Color Harmonies of #351406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351406

Black with #351406

Text Example


Text Example

White with #351406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351406; }

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

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

background-color css

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

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

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

border-color css

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

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

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