Html Css Color HEX #351507 Brown Pod

📋 copy color: '#351507'

red 53 ◦ green 21 ◦ blue 7

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

Shades of Brown Pod #351507

Tints of Brown Pod #351507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

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

R = 65.43%
G = 25.93%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#351507 (or 0x351507) is known color: Brown Pod. HEX triplet: 35, 15 and 07. RGB value is (53,21,7). Sum of RGB (Red+Green+Blue) = 53+21+7=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351507 is #CAEAF8. Grayscale: #1D1D1D. Windows color (decimal): -13298425 or 464181. OLE color: 464181.

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

Color convert

RGB 53 21 7 -
CMYK 0 0.60 0.87 0.79
HSL 18.26º 0.77% 0.12% -
HSV(B) 18.26º 0.87% 0.21% -
XYZ 1.77 1.31 0.36 -
YUV 28.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 53 21 7 0 0.60 0.87 0.79 18.26 0.77 0.12
Hex 35 15 7 0 3C 57 4F 12 4D C
Octal 65 25 7 0 74 127 117 22 115 14
Binary 110101 10101 111 0 111100 1010111 1001111 10010 1001101 1100

Color Harmonies of #351507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351507

Black with #351507

Text Example


Text Example

White with #351507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351507; }

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

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

background-color css

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

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

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

border-color css

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

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

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