Html Css Color HEX #351B0A Brown Pod

📋 copy color: '#351B0A'

red 53 ◦ green 27 ◦ blue 10

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

Shades of Brown Pod #351B0A

Tints of Brown Pod #351B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.11%

R = 58.89%
G = 30%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#351B0A (or 0x351B0A) is known color: Brown Pod. HEX triplet: 35, 1B and 0A. RGB value is (53,27,10). Sum of RGB (Red+Green+Blue) = 53+27+10=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0A is #CAE4F5. Grayscale: #202020. Windows color (decimal): -13296886 or 662325. OLE color: 662325.

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

Color convert

RGB 53 27 10 -
CMYK 0 0.49 0.81 0.79
HSL 23.72º 0.68% 0.12% -
HSV(B) 23.72º 0.81% 0.21% -
XYZ 1.91 1.56 0.49 -
YUV 32.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 53 27 10 0 0.49 0.81 0.79 23.72 0.68 0.12
Hex 35 1B A 0 31 51 4F 18 44 C
Octal 65 33 12 0 61 121 117 30 104 14
Binary 110101 11011 1010 0 110001 1010001 1001111 11000 1000100 1100

Color Harmonies of #351B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B0A

Black with #351B0A

Text Example


Text Example

White with #351B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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