Html Css Color HEX #351A0F Brown Pod

📋 copy color: '#351A0F'

red 53 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #351A0F

Tints of Brown Pod #351A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 56.38%
G = 27.66%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#351A0F (or 0x351A0F) is known color: Brown Pod. HEX triplet: 35, 1A and 0F. RGB value is (53,26,15). Sum of RGB (Red+Green+Blue) = 53+26+15=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A0F is #CAE5F0. Grayscale: #202020. Windows color (decimal): -13297137 or 989749. OLE color: 989749.

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

Color convert

RGB 53 26 15 -
CMYK 0 0.51 0.72 0.79
HSL 17.37º 0.56% 0.13% -
HSV(B) 17.37º 0.72% 0.21% -
XYZ 1.92 1.53 0.65 -
YUV 32.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 53 26 15 0 0.51 0.72 0.79 17.37 0.56 0.13
Hex 35 1A F 0 33 48 4F 11 38 D
Octal 65 32 17 0 63 110 117 21 70 15
Binary 110101 11010 1111 0 110011 1001000 1001111 10001 111000 1101

Color Harmonies of #351A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A0F

Black with #351A0F

Text Example


Text Example

White with #351A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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