Html Css Color HEX #351E18 Brown Pod

📋 copy color: '#351E18'

red 53 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #351E18

Tints of Brown Pod #351E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.04%

 BLUE value IS 24 (9.77% from 255) = 22.43%

R = 49.53%
G = 28.04%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351E18 (or 0x351E18) is known color: Brown Pod. HEX triplet: 35, 1E and 18. RGB value is (53,30,24). Sum of RGB (Red+Green+Blue) = 53+30+24=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E18 is #CAE1E7. Grayscale: #242424. Windows color (decimal): -13296104 or 1580597. OLE color: 1580597.

HSL color Cylindrical-coordinate representation of color #351E18: hue angle of 12.41º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351E18 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 30 24 -
CMYK 0 0.43 0.55 0.79
HSL 12.41º 0.38% 0.15% -
HSV(B) 12.41º 0.55% 0.21% -
XYZ 2.1 1.75 1.09 -
YUV 36.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 53 30 24 0 0.43 0.55 0.79 12.41 0.38 0.15
Hex 35 1E 18 0 2B 37 4F C 26 F
Octal 65 36 30 0 53 67 117 14 46 17
Binary 110101 11110 11000 0 101011 110111 1001111 1100 100110 1111

Color Harmonies of #351E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E18

Black with #351E18

Text Example


Text Example

White with #351E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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