Html Css Color HEX #351B0E Brown Pod

📋 copy color: '#351B0E'

red 53 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #351B0E

Tints of Brown Pod #351B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

 BLUE value IS 14 (5.86% from 255) = 14.89%

R = 56.38%
G = 28.72%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#351B0E (or 0x351B0E) is known color: Brown Pod. HEX triplet: 35, 1B and 0E. RGB value is (53,27,14). Sum of RGB (Red+Green+Blue) = 53+27+14=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0E is #CAE4F1. Grayscale: #212121. Windows color (decimal): -13296882 or 924469. OLE color: 924469.

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

Color convert

RGB 53 27 14 -
CMYK 0 0.49 0.74 0.79
HSL 20º 0.58% 0.13% -
HSV(B) 20º 0.74% 0.21% -
XYZ 1.94 1.57 0.62 -
YUV 33.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 53 27 14 0 0.49 0.74 0.79 20 0.58 0.13
Hex 35 1B E 0 31 4A 4F 14 3A D
Octal 65 33 16 0 61 112 117 24 72 15
Binary 110101 11011 1110 0 110001 1001010 1001111 10100 111010 1101

Color Harmonies of #351B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B0E

Black with #351B0E

Text Example


Text Example

White with #351B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,27,14); }

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

background-color css

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

 a { background-color: rgb(53,27,14); }

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

border-color css

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

 span { border-color: rgb(53,27,14); }

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