Html Css Color HEX #351F1A Brown Pod

📋 copy color: '#351F1A'

red 53 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #351F1A

Tints of Brown Pod #351F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 48.18%
G = 28.18%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#351F1A (or 0x351F1A) is known color: Brown Pod. HEX triplet: 35, 1F and 1A. RGB value is (53,31,26). Sum of RGB (Red+Green+Blue) = 53+31+26=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F1A is #CAE0E5. Grayscale: #252525. Windows color (decimal): -13295846 or 1711925. OLE color: 1711925.

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

Color convert

RGB 53 31 26 -
CMYK 0 0.42 0.51 0.79
HSL 11.11º 0.34% 0.15% -
HSV(B) 11.11º 0.51% 0.21% -
XYZ 2.14 1.81 1.21 -
YUV 37.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 53 31 26 0 0.42 0.51 0.79 11.11 0.34 0.15
Hex 35 1F 1A 0 2A 33 4F B 22 F
Octal 65 37 32 0 52 63 117 13 42 17
Binary 110101 11111 11010 0 101010 110011 1001111 1011 100010 1111

Color Harmonies of #351F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F1A

Black with #351F1A

Text Example


Text Example

White with #351F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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