Html Css Color HEX #3B180D Brown Pod

📋 copy color: '#3B180D'

red 59 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #3B180D

Tints of Brown Pod #3B180D

RGB

 RED value IS 59 (23.44% from 255) = 61.46%

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 61.46%
G = 25%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B180D (or 0x3B180D) is known color: Brown Pod. HEX triplet: 3B, 18 and 0D. RGB value is (59,24,13). Sum of RGB (Red+Green+Blue) = 59+24+13=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B180D is #C4E7F2. Grayscale: #212121. Windows color (decimal): -12904435 or 858171. OLE color: 858171.

HSL color Cylindrical-coordinate representation of color #3B180D: hue angle of 14.35º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B180D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 24 13 -
CMYK 0 0.59 0.78 0.77
HSL 14.35º 0.64% 0.14% -
HSV(B) 14.35º 0.78% 0.23% -
XYZ 2.2 1.61 0.58 -
YUV 33.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 59 24 13 0 0.59 0.78 0.77 14.35 0.64 0.14
Hex 3B 18 D 0 3B 4E 4D E 40 E
Octal 73 30 15 0 73 116 115 16 100 16
Binary 111011 11000 1101 0 111011 1001110 1001101 1110 1000000 1110

Color Harmonies of #3B180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B180D

Black with #3B180D

Text Example


Text Example

White with #3B180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B180D; }

 p { color: rgb(59,24,13); }

 H1.HeaderClassName
 {
   color: #3B180D;
 }
 .AnyTagClassName
 {
   color: #3B180D;
 }
</style>

background-color css

<style>
 a { background-color: #3B180D; }

 a { background-color: rgb(59,24,13); }

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

border-color css

<style>
 span { border-color: #3B180D; }

 span { border-color: rgb(59,24,13); }

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