Html Css Color HEX #351607 Brown Pod

📋 copy color: '#351607'

red 53 ◦ green 22 ◦ blue 7

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

Shades of Brown Pod #351607

Tints of Brown Pod #351607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

 BLUE value IS 7 (3.13% from 255) = 8.54%

R = 64.63%
G = 26.83%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#351607 (or 0x351607) is known color: Brown Pod. HEX triplet: 35, 16 and 07. RGB value is (53,22,7). Sum of RGB (Red+Green+Blue) = 53+22+7=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351607 is #CAE9F8. Grayscale: #1D1D1D. Windows color (decimal): -13298169 or 464437. OLE color: 464437.

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

Color convert

RGB 53 22 7 -
CMYK 0 0.58 0.87 0.79
HSL 19.57º 0.77% 0.12% -
HSV(B) 19.57º 0.87% 0.21% -
XYZ 1.79 1.35 0.37 -
YUV 29.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 53 22 7 0 0.58 0.87 0.79 19.57 0.77 0.12
Hex 35 16 7 0 3A 57 4F 14 4D C
Octal 65 26 7 0 72 127 117 24 115 14
Binary 110101 10110 111 0 111010 1010111 1001111 10100 1001101 1100

Color Harmonies of #351607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351607

Black with #351607

Text Example


Text Example

White with #351607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351607; }

 p { color: rgb(53,22,7); }

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

background-color css

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

 a { background-color: rgb(53,22,7); }

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

border-color css

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

 span { border-color: rgb(53,22,7); }

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