Html Css Color HEX #351D0F Brown Pod

📋 copy color: '#351D0F'

red 53 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #351D0F

Tints of Brown Pod #351D0F

RGB

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

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

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

R = 54.64%
G = 29.9%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#351D0F (or 0x351D0F) is known color: Brown Pod. HEX triplet: 35, 1D and 0F. RGB value is (53,29,15). Sum of RGB (Red+Green+Blue) = 53+29+15=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #351D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D0F is #CAE2F0. Grayscale: #222222. Windows color (decimal): -13296369 or 990517. OLE color: 990517.

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

Color convert

RGB 53 29 15 -
CMYK 0 0.45 0.72 0.79
HSL 22.11º 0.56% 0.13% -
HSV(B) 22.11º 0.72% 0.21% -
XYZ 1.99 1.67 0.67 -
YUV 34.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 53 29 15 0 0.45 0.72 0.79 22.11 0.56 0.13
Hex 35 1D F 0 2D 48 4F 16 38 D
Octal 65 35 17 0 55 110 117 26 70 15
Binary 110101 11101 1111 0 101101 1001000 1001111 10110 111000 1101

Color Harmonies of #351D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D0F

Black with #351D0F

Text Example


Text Example

White with #351D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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