Html Css Color HEX #351F12 Brown Pod

📋 copy color: '#351F12'

red 53 ◦ green 31 ◦ blue 18

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

Shades of Brown Pod #351F12

Tints of Brown Pod #351F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

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

R = 51.96%
G = 30.39%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351F12 (or 0x351F12) is known color: Brown Pod. HEX triplet: 35, 1F and 12. RGB value is (53,31,18). Sum of RGB (Red+Green+Blue) = 53+31+18=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F12 is #CAE0ED. Grayscale: #242424. Windows color (decimal): -13295854 or 1187637. OLE color: 1187637.

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

Color convert

RGB 53 31 18 -
CMYK 0 0.42 0.66 0.79
HSL 22.29º 0.49% 0.14% -
HSV(B) 22.29º 0.66% 0.21% -
XYZ 2.07 1.78 0.81 -
YUV 36.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 53 31 18 0 0.42 0.66 0.79 22.29 0.49 0.14
Hex 35 1F 12 0 2A 42 4F 16 31 E
Octal 65 37 22 0 52 102 117 26 61 16
Binary 110101 11111 10010 0 101010 1000010 1001111 10110 110001 1110

Color Harmonies of #351F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F12

Black with #351F12

Text Example


Text Example

White with #351F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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