Html Css Color HEX #8B413D Prairie Sand

📋 copy color: '#8B413D'

red 139 ◦ green 65 ◦ blue 61

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

Shades of Prairie Sand #8B413D

Tints of Prairie Sand #8B413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 52.45%
G = 24.53%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8B413D (or 0x8B413D) is known color: Prairie Sand. HEX triplet: 8B, 41 and 3D. RGB value is (139,65,61). Sum of RGB (Red+Green+Blue) = 139+65+61=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B413D is #74BEC2. Grayscale: #565656. Windows color (decimal): -7651011 or 4014475. OLE color: 4014475.

HSL color Cylindrical-coordinate representation of color #8B413D: hue angle of 3.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B413D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 61 -
CMYK 0 0.53 0.56 0.45
HSL 3.08º 0.39% 0.39% -
HSV(B) 3.08º 0.56% 0.55% -
XYZ 13.38 9.61 5.56 -
YUV 86.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 139 65 61 0 0.53 0.56 0.45 3.08 0.39 0.39
Hex 8B 41 3D 0 35 38 2D 3 27 27
Octal 213 101 75 0 65 70 55 3 47 47
Binary 10001011 1000001 111101 0 110101 111000 101101 11 100111 100111

Color Harmonies of #8B413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B413D

Black with #8B413D

Text Example


Text Example

White with #8B413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,61); }

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

background-color css

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

 a { background-color: rgb(139,65,61); }

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

border-color css

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

 span { border-color: rgb(139,65,61); }

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