Html Css Color HEX #351B0D Brown Pod

📋 copy color: '#351B0D'

red 53 ◦ green 27 ◦ blue 13

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

Shades of Brown Pod #351B0D

Tints of Brown Pod #351B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 56.99%
G = 29.03%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#351B0D (or 0x351B0D) is known color: Brown Pod. HEX triplet: 35, 1B and 0D. RGB value is (53,27,13). Sum of RGB (Red+Green+Blue) = 53+27+13=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0D is #CAE4F2. Grayscale: #212121. Windows color (decimal): -13296883 or 858933. OLE color: 858933.

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

Color convert

RGB 53 27 13 -
CMYK 0 0.49 0.75 0.79
HSL 21º 0.61% 0.13% -
HSV(B) 21º 0.75% 0.21% -
XYZ 1.93 1.57 0.58 -
YUV 33.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 53 27 13 0 0.49 0.75 0.79 21 0.61 0.13
Hex 35 1B D 0 31 4B 4F 15 3D D
Octal 65 33 15 0 61 113 117 25 75 15
Binary 110101 11011 1101 0 110001 1001011 1001111 10101 111101 1101

Color Harmonies of #351B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B0D

Black with #351B0D

Text Example


Text Example

White with #351B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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