Html Css Color HEX #35241F Brown Pod

📋 copy color: '#35241F'

red 53 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #35241F

Tints of Brown Pod #35241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 44.17%
G = 30%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35241F (or 0x35241F) is known color: Brown Pod. HEX triplet: 35, 24 and 1F. RGB value is (53,36,31). Sum of RGB (Red+Green+Blue) = 53+36+31=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35241F is #CADBE0. Grayscale: #282828. Windows color (decimal): -13294561 or 2040885. OLE color: 2040885.

HSL color Cylindrical-coordinate representation of color #35241F: hue angle of 13.64º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35241F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 31 -
CMYK 0 0.32 0.42 0.79
HSL 13.64º 0.26% 0.16% -
HSV(B) 13.64º 0.42% 0.21% -
XYZ 2.35 2.12 1.58 -
YUV 40.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 53 36 31 0 0.32 0.42 0.79 13.64 0.26 0.16
Hex 35 24 1F 0 20 2A 4F E 1A 10
Octal 65 44 37 0 40 52 117 16 32 20
Binary 110101 100100 11111 0 100000 101010 1001111 1110 11010 10000

Color Harmonies of #35241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35241F

Black with #35241F

Text Example


Text Example

White with #35241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35241F; }

 p { color: rgb(53,36,31); }

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

background-color css

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

 a { background-color: rgb(53,36,31); }

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

border-color css

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

 span { border-color: rgb(53,36,31); }

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