Html Css Color HEX #351A06 Brown Pod

📋 copy color: '#351A06'

red 53 ◦ green 26 ◦ blue 6

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

Shades of Brown Pod #351A06

Tints of Brown Pod #351A06

RGB

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

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

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

R = 62.35%
G = 30.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#351A06 (or 0x351A06) is known color: Brown Pod. HEX triplet: 35, 1A and 06. RGB value is (53,26,6). Sum of RGB (Red+Green+Blue) = 53+26+6=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #351A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A06 is #CAE5F9. Grayscale: #1F1F1F. Windows color (decimal): -13297146 or 399925. OLE color: 399925.

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

Color convert

RGB 53 26 6 -
CMYK 0 0.51 0.89 0.79
HSL 25.53º 0.8% 0.12% -
HSV(B) 25.53º 0.89% 0.21% -
XYZ 1.87 1.51 0.36 -
YUV 31.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 53 26 6 0 0.51 0.89 0.79 25.53 0.8 0.12
Hex 35 1A 6 0 33 59 4F 1A 50 C
Octal 65 32 6 0 63 131 117 32 120 14
Binary 110101 11010 110 0 110011 1011001 1001111 11010 1010000 1100

Color Harmonies of #351A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A06

Black with #351A06

Text Example


Text Example

White with #351A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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