Html Css Color HEX #351504 Brown Pod

📋 copy color: '#351504'

red 53 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #351504

Tints of Brown Pod #351504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.13%

R = 67.95%
G = 26.92%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#351504 (or 0x351504) is known color: Brown Pod. HEX triplet: 35, 15 and 04. RGB value is (53,21,4). Sum of RGB (Red+Green+Blue) = 53+21+4=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351504 is #CAEAFB. Grayscale: #1C1C1C. Windows color (decimal): -13298428 or 267573. OLE color: 267573.

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

Color convert

RGB 53 21 4 -
CMYK 0 0.60 0.92 0.79
HSL 20.82º 0.86% 0.11% -
HSV(B) 20.82º 0.92% 0.21% -
XYZ 1.76 1.3 0.27 -
YUV 28.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 53 21 4 0 0.60 0.92 0.79 20.82 0.86 0.11
Hex 35 15 4 0 3C 5C 4F 15 56 B
Octal 65 25 4 0 74 134 117 25 126 13
Binary 110101 10101 100 0 111100 1011100 1001111 10101 1010110 1011

Color Harmonies of #351504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351504

Black with #351504

Text Example


Text Example

White with #351504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351504; }

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

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

background-color css

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

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

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

border-color css

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

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

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