Html Css Color HEX #8B3B37 Prairie Sand

📋 copy color: '#8B3B37'

red 139 ◦ green 59 ◦ blue 55

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

Shades of Prairie Sand #8B3B37

Tints of Prairie Sand #8B3B37

RGB

 RED value IS 139 (54.69% from 255) = 54.94%

 GREEN value IS 59 (23.44% from 255) = 23.32%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 54.94%
G = 23.32%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B3B37 (or 0x8B3B37) is known color: Prairie Sand. HEX triplet: 8B, 3B and 37. RGB value is (139,59,55). Sum of RGB (Red+Green+Blue) = 139+59+55=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3B37 is #74C4C8. Grayscale: #525252. Windows color (decimal): -7652553 or 3619723. OLE color: 3619723.

HSL color Cylindrical-coordinate representation of color #8B3B37: hue angle of 2.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3B37 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 59 55 -
CMYK 0 0.58 0.60 0.45
HSL 2.86º 0.43% 0.38% -
HSV(B) 2.86º 0.6% 0.55% -
XYZ 12.9 8.89 4.65 -
YUV 82.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 139 59 55 0 0.58 0.60 0.45 2.86 0.43 0.38
Hex 8B 3B 37 0 3A 3C 2D 3 2B 26
Octal 213 73 67 0 72 74 55 3 53 46
Binary 10001011 111011 110111 0 111010 111100 101101 11 101011 100110

Color Harmonies of #8B3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3B37

Black with #8B3B37

Text Example


Text Example

White with #8B3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3B37; }

 p { color: rgb(139,59,55); }

 H1.HeaderClassName
 {
   color: #8B3B37;
 }
 .AnyTagClassName
 {
   color: #8B3B37;
 }
</style>

background-color css

<style>
 a { background-color: #8B3B37; }

 a { background-color: rgb(139,59,55); }

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

border-color css

<style>
 span { border-color: #8B3B37; }

 span { border-color: rgb(139,59,55); }

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