Html Css Color HEX #351809 Brown Pod

📋 copy color: '#351809'

red 53 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #351809

Tints of Brown Pod #351809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

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

R = 61.63%
G = 27.91%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#351809 (or 0x351809) is known color: Brown Pod. HEX triplet: 35, 18 and 09. RGB value is (53,24,9). Sum of RGB (Red+Green+Blue) = 53+24+9=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351809 is #CAE7F6. Grayscale: #1F1F1F. Windows color (decimal): -13297655 or 596021. OLE color: 596021.

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

Color convert

RGB 53 24 9 -
CMYK 0 0.55 0.83 0.79
HSL 20.45º 0.71% 0.12% -
HSV(B) 20.45º 0.83% 0.21% -
XYZ 1.84 1.43 0.44 -
YUV 30.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 53 24 9 0 0.55 0.83 0.79 20.45 0.71 0.12
Hex 35 18 9 0 37 53 4F 14 47 C
Octal 65 30 11 0 67 123 117 24 107 14
Binary 110101 11000 1001 0 110111 1010011 1001111 10100 1000111 1100

Color Harmonies of #351809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351809

Black with #351809

Text Example


Text Example

White with #351809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351809; }

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

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

background-color css

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

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

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

border-color css

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

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

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