Html Css Color HEX #351D12 Brown Pod

📋 copy color: '#351D12'

red 53 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #351D12

Tints of Brown Pod #351D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 53%
G = 29%
B = 18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351D12 (or 0x351D12) is known color: Brown Pod. HEX triplet: 35, 1D and 12. RGB value is (53,29,18). Sum of RGB (Red+Green+Blue) = 53+29+18=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #351D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D12 is #CAE2ED. Grayscale: #222222. Windows color (decimal): -13296366 or 1187125. OLE color: 1187125.

HSL color Cylindrical-coordinate representation of color #351D12: hue angle of 18.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351D12 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 18 -
CMYK 0 0.45 0.66 0.79
HSL 18.86º 0.49% 0.14% -
HSV(B) 18.86º 0.66% 0.21% -
XYZ 2.02 1.68 0.79 -
YUV 34.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 53 29 18 0 0.45 0.66 0.79 18.86 0.49 0.14
Hex 35 1D 12 0 2D 42 4F 13 31 E
Octal 65 35 22 0 55 102 117 23 61 16
Binary 110101 11101 10010 0 101101 1000010 1001111 10011 110001 1110

Color Harmonies of #351D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D12

Black with #351D12

Text Example


Text Example

White with #351D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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