Html Css Color HEX #35231E Brown Pod

📋 copy color: '#35231E'

red 53 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #35231E

Tints of Brown Pod #35231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 44.92%
G = 29.66%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#35231E (or 0x35231E) is known color: Brown Pod. HEX triplet: 35, 23 and 1E. RGB value is (53,35,30). Sum of RGB (Red+Green+Blue) = 53+35+30=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35231E is #CADCE1. Grayscale: #272727. Windows color (decimal): -13294818 or 1975093. OLE color: 1975093.

HSL color Cylindrical-coordinate representation of color #35231E: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35231E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 30 -
CMYK 0 0.34 0.43 0.79
HSL 13.04º 0.28% 0.16% -
HSV(B) 13.04º 0.43% 0.21% -
XYZ 2.3 2.05 1.5 -
YUV 39.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 53 35 30 0 0.34 0.43 0.79 13.04 0.28 0.16
Hex 35 23 1E 0 22 2B 4F D 1C 10
Octal 65 43 36 0 42 53 117 15 34 20
Binary 110101 100011 11110 0 100010 101011 1001111 1101 11100 10000

Color Harmonies of #35231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35231E

Black with #35231E

Text Example


Text Example

White with #35231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35231E; }

 p { color: rgb(53,35,30); }

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

background-color css

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

 a { background-color: rgb(53,35,30); }

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

border-color css

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

 span { border-color: rgb(53,35,30); }

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