Html Css Color HEX #351100 Brown Pod

📋 copy color: '#351100'

red 53 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #351100

Tints of Brown Pod #351100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.71%
G = 24.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351100 (or 0x351100) is known color: Brown Pod. HEX triplet: 35, 11 and 00. RGB value is (53,17,0). Sum of RGB (Red+Green+Blue) = 53+17+0=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #351100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351100 is #CAEEFF. Grayscale: #191919. Windows color (decimal): -13299456 or 4405. OLE color: 4405.

HSL color Cylindrical-coordinate representation of color #351100: hue angle of 19.25º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 0 -
CMYK 0 0.68 1 0.79
HSL 19.25º 1% 0.1% -
HSV(B) 19.25º 1% 0.21% -
XYZ 1.67 1.16 0.14 -
YUV 25.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 53 17 0 0 0.68 1 0.79 19.25 1 0.1
Hex 35 11 0 0 44 64 4F 13 64 A
Octal 65 21 0 0 104 144 117 23 144 12
Binary 110101 10001 0 0 1000100 1100100 1001111 10011 1100100 1010

Color Harmonies of #351100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351100

Black with #351100

Text Example


Text Example

White with #351100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351100; }

 p { color: rgb(53,17,0); }

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

background-color css

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

 a { background-color: rgb(53,17,0); }

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

border-color css

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

 span { border-color: rgb(53,17,0); }

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