Html Css Color HEX #351B16 Brown Pod

📋 copy color: '#351B16'

red 53 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #351B16

Tints of Brown Pod #351B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.57%

R = 51.96%
G = 26.47%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351B16 (or 0x351B16) is known color: Brown Pod. HEX triplet: 35, 1B and 16. RGB value is (53,27,22). Sum of RGB (Red+Green+Blue) = 53+27+22=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B16 is #CAE4E9. Grayscale: #222222. Windows color (decimal): -13296874 or 1448757. OLE color: 1448757.

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

Color convert

RGB 53 27 22 -
CMYK 0 0.49 0.58 0.79
HSL 9.68º 0.41% 0.15% -
HSV(B) 9.68º 0.58% 0.21% -
XYZ 2 1.6 0.96 -
YUV 34.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 53 27 22 0 0.49 0.58 0.79 9.68 0.41 0.15
Hex 35 1B 16 0 31 3A 4F A 29 F
Octal 65 33 26 0 61 72 117 12 51 17
Binary 110101 11011 10110 0 110001 111010 1001111 1010 101001 1111

Color Harmonies of #351B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B16

Black with #351B16

Text Example


Text Example

White with #351B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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