Html Css Color HEX #351509 Brown Pod

📋 copy color: '#351509'

red 53 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #351509

Tints of Brown Pod #351509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.84%

R = 63.86%
G = 25.3%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#351509 (or 0x351509) is known color: Brown Pod. HEX triplet: 35, 15 and 09. RGB value is (53,21,9). Sum of RGB (Red+Green+Blue) = 53+21+9=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351509 is #CAEAF6. Grayscale: #1D1D1D. Windows color (decimal): -13298423 or 595253. OLE color: 595253.

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

Color convert

RGB 53 21 9 -
CMYK 0 0.60 0.83 0.79
HSL 16.36º 0.71% 0.12% -
HSV(B) 16.36º 0.83% 0.21% -
XYZ 1.79 1.31 0.42 -
YUV 29.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 53 21 9 0 0.60 0.83 0.79 16.36 0.71 0.12
Hex 35 15 9 0 3C 53 4F 10 47 C
Octal 65 25 11 0 74 123 117 20 107 14
Binary 110101 10101 1001 0 111100 1010011 1001111 10000 1000111 1100

Color Harmonies of #351509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351509

Black with #351509

Text Example


Text Example

White with #351509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351509; }

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

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

background-color css

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

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

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

border-color css

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

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

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