Html Css Color HEX #35170A Brown Pod

📋 copy color: '#35170A'

red 53 ◦ green 23 ◦ blue 10

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

Shades of Brown Pod #35170A

Tints of Brown Pod #35170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.74%

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 61.63%
G = 26.74%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35170A (or 0x35170A) is known color: Brown Pod. HEX triplet: 35, 17 and 0A. RGB value is (53,23,10). Sum of RGB (Red+Green+Blue) = 53+23+10=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #35170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35170A is #CAE8F5. Grayscale: #1E1E1E. Windows color (decimal): -13297910 or 661301. OLE color: 661301.

HSL color Cylindrical-coordinate representation of color #35170A: hue angle of 18.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35170A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 23 10 -
CMYK 0 0.57 0.81 0.79
HSL 18.14º 0.68% 0.12% -
HSV(B) 18.14º 0.81% 0.21% -
XYZ 1.83 1.39 0.46 -
YUV 30.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 53 23 10 0 0.57 0.81 0.79 18.14 0.68 0.12
Hex 35 17 A 0 39 51 4F 12 44 C
Octal 65 27 12 0 71 121 117 22 104 14
Binary 110101 10111 1010 0 111001 1010001 1001111 10010 1000100 1100

Color Harmonies of #35170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35170A

Black with #35170A

Text Example


Text Example

White with #35170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35170A; }

 p { color: rgb(53,23,10); }

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

background-color css

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

 a { background-color: rgb(53,23,10); }

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

border-color css

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

 span { border-color: rgb(53,23,10); }

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