Html Css Color HEX #351300 Brown Pod

📋 copy color: '#351300'

red 53 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #351300

Tints of Brown Pod #351300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.39%

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

R = 73.61%
G = 26.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351300 (or 0x351300) is known color: Brown Pod. HEX triplet: 35, 13 and 00. RGB value is (53,19,0). Sum of RGB (Red+Green+Blue) = 53+19+0=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #351300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351300 is #CAECFF. Grayscale: #1B1B1B. Windows color (decimal): -13298944 or 4917. OLE color: 4917.

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

Color convert

RGB 53 19 0 -
CMYK 0 0.64 1 0.79
HSL 21.51º 1% 0.1% -
HSV(B) 21.51º 1% 0.21% -
XYZ 1.7 1.22 0.15 -
YUV 27 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 53 19 0 0 0.64 1 0.79 21.51 1 0.1
Hex 35 13 0 0 40 64 4F 16 64 A
Octal 65 23 0 0 100 144 117 26 144 12
Binary 110101 10011 0 0 1000000 1100100 1001111 10110 1100100 1010

Color Harmonies of #351300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351300

Black with #351300

Text Example


Text Example

White with #351300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351300; }

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

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

background-color css

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

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

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

border-color css

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

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

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