Html Css Color HEX #3B1B00 Brown Pod

📋 copy color: '#3B1B00'

red 59 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #3B1B00

Tints of Brown Pod #3B1B00

RGB

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

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

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

R = 68.6%
G = 31.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B1B00 (or 0x3B1B00) is known color: Brown Pod. HEX triplet: 3B, 1B and 00. RGB value is (59,27,0). Sum of RGB (Red+Green+Blue) = 59+27+0=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B00 is #C4E4FF. Grayscale: #212121. Windows color (decimal): -12903680 or 6971. OLE color: 6971.

HSL color Cylindrical-coordinate representation of color #3B1B00: hue angle of 27.46º 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 #3B1B00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 27 0 -
CMYK 0 0.54 1 0.77
HSL 27.46º 1% 0.12% -
HSV(B) 27.46º 1% 0.23% -
XYZ 2.2 1.71 0.22 -
YUV 33.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 59 27 0 0 0.54 1 0.77 27.46 1 0.12
Hex 3B 1B 0 0 36 64 4D 1B 64 C
Octal 73 33 0 0 66 144 115 33 144 14
Binary 111011 11011 0 0 110110 1100100 1001101 11011 1100100 1100

Color Harmonies of #3B1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B00

Black with #3B1B00

Text Example


Text Example

White with #3B1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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