Html Css Color HEX #3B1800 Brown Pod

📋 copy color: '#3B1800'

red 59 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #3B1800

Tints of Brown Pod #3B1800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.08%
G = 28.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B1800 (or 0x3B1800) is known color: Brown Pod. HEX triplet: 3B, 18 and 00. RGB value is (59,24,0). Sum of RGB (Red+Green+Blue) = 59+24+0=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1800 is #C4E7FF. Grayscale: #1F1F1F. Windows color (decimal): -12904448 or 6203. OLE color: 6203.

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

Color convert

RGB 59 24 0 -
CMYK 0 0.59 1 0.77
HSL 24.41º 1% 0.12% -
HSV(B) 24.41º 1% 0.23% -
XYZ 2.13 1.58 0.19 -
YUV 31.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 59 24 0 0 0.59 1 0.77 24.41 1 0.12
Hex 3B 18 0 0 3B 64 4D 18 64 C
Octal 73 30 0 0 73 144 115 30 144 14
Binary 111011 11000 0 0 111011 1100100 1001101 11000 1100100 1100

Color Harmonies of #3B1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1800

Black with #3B1800

Text Example


Text Example

White with #3B1800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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