Html Css Color HEX #351A09 Brown Pod

📋 copy color: '#351A09'

red 53 ◦ green 26 ◦ blue 9

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

Shades of Brown Pod #351A09

Tints of Brown Pod #351A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.55%

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

R = 60.23%
G = 29.55%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#351A09 (or 0x351A09) is known color: Brown Pod. HEX triplet: 35, 1A and 09. RGB value is (53,26,9). Sum of RGB (Red+Green+Blue) = 53+26+9=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A09 is #CAE5F6. Grayscale: #202020. Windows color (decimal): -13297143 or 596533. OLE color: 596533.

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

Color convert

RGB 53 26 9 -
CMYK 0 0.51 0.83 0.79
HSL 23.18º 0.71% 0.12% -
HSV(B) 23.18º 0.83% 0.21% -
XYZ 1.89 1.52 0.45 -
YUV 32.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 53 26 9 0 0.51 0.83 0.79 23.18 0.71 0.12
Hex 35 1A 9 0 33 53 4F 17 47 C
Octal 65 32 11 0 63 123 117 27 107 14
Binary 110101 11010 1001 0 110011 1010011 1001111 10111 1000111 1100

Color Harmonies of #351A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A09

Black with #351A09

Text Example


Text Example

White with #351A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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