Html Css Color HEX #35231C Brown Pod

📋 copy color: '#35231C'

red 53 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #35231C

Tints of Brown Pod #35231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 45.69%
G = 30.17%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35231C (or 0x35231C) is known color: Brown Pod. HEX triplet: 35, 23 and 1C. RGB value is (53,35,28). Sum of RGB (Red+Green+Blue) = 53+35+28=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35231C is #CADCE3. Grayscale: #272727. Windows color (decimal): -13294820 or 1844021. OLE color: 1844021.

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

Color convert

RGB 53 35 28 -
CMYK 0 0.34 0.47 0.79
HSL 16.8º 0.31% 0.16% -
HSV(B) 16.8º 0.47% 0.21% -
XYZ 2.28 2.04 1.37 -
YUV 39.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 53 35 28 0 0.34 0.47 0.79 16.8 0.31 0.16
Hex 35 23 1C 0 22 2F 4F 11 1F 10
Octal 65 43 34 0 42 57 117 21 37 20
Binary 110101 100011 11100 0 100010 101111 1001111 10001 11111 10000

Color Harmonies of #35231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35231C

Black with #35231C

Text Example


Text Example

White with #35231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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