Html Css Color HEX #351D18 Brown Pod

📋 copy color: '#351D18'

red 53 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #351D18

Tints of Brown Pod #351D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.36%

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

R = 50%
G = 27.36%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351D18 (or 0x351D18) is known color: Brown Pod. HEX triplet: 35, 1D and 18. RGB value is (53,29,24). Sum of RGB (Red+Green+Blue) = 53+29+24=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D18 is #CAE2E7. Grayscale: #232323. Windows color (decimal): -13296360 or 1580341. OLE color: 1580341.

HSL color Cylindrical-coordinate representation of color #351D18: hue angle of 10.34º 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 #351D18 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 24 -
CMYK 0 0.45 0.55 0.79
HSL 10.34º 0.38% 0.15% -
HSV(B) 10.34º 0.55% 0.21% -
XYZ 2.07 1.7 1.08 -
YUV 35.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 53 29 24 0 0.45 0.55 0.79 10.34 0.38 0.15
Hex 35 1D 18 0 2D 37 4F A 26 F
Octal 65 35 30 0 55 67 117 12 46 17
Binary 110101 11101 11000 0 101101 110111 1001111 1010 100110 1111

Color Harmonies of #351D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D18

Black with #351D18

Text Example


Text Example

White with #351D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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