Html Css Color HEX #351303 Brown Pod

📋 copy color: '#351303'

red 53 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #351303

Tints of Brown Pod #351303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4%

R = 70.67%
G = 25.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351303 (or 0x351303) is known color: Brown Pod. HEX triplet: 35, 13 and 03. RGB value is (53,19,3). Sum of RGB (Red+Green+Blue) = 53+19+3=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #351303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351303 is #CAECFC. Grayscale: #1B1B1B. Windows color (decimal): -13298941 or 201525. OLE color: 201525.

HSL color Cylindrical-coordinate representation of color #351303: hue angle of 19.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351303 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 3 -
CMYK 0 0.64 0.94 0.79
HSL 19.2º 0.89% 0.11% -
HSV(B) 19.2º 0.94% 0.21% -
XYZ 1.72 1.23 0.23 -
YUV 27.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 53 19 3 0 0.64 0.94 0.79 19.2 0.89 0.11
Hex 35 13 3 0 40 5E 4F 13 59 B
Octal 65 23 3 0 100 136 117 23 131 13
Binary 110101 10011 11 0 1000000 1011110 1001111 10011 1011001 1011

Color Harmonies of #351303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351303

Black with #351303

Text Example


Text Example

White with #351303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351303; }

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

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

background-color css

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

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

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

border-color css

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

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

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