Html Css Color HEX #8B445A Cadillac

📋 copy color: '#8B445A'

red 139 ◦ green 68 ◦ blue 90

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

Shades of Cadillac #8B445A

Tints of Cadillac #8B445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 46.8%
G = 22.9%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B445A (or 0x8B445A) is known color: Cadillac. HEX triplet: 8B, 44 and 5A. RGB value is (139,68,90). Sum of RGB (Red+Green+Blue) = 139+68+90=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B445A is #74BBA5. Grayscale: #5B5B5B. Windows color (decimal): -7650214 or 5915787. OLE color: 5915787.

HSL color Cylindrical-coordinate representation of color #8B445A: hue angle of 341.41º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B445A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 68 90 -
CMYK 0 0.51 0.35 0.45
HSL 341.41º 0.34% 0.41% -
HSV(B) 341.41º 0.51% 0.55% -
XYZ 14.56 10.36 10.91 -
YUV 91.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 139 68 90 0 0.51 0.35 0.45 341.41 0.34 0.41
Hex 8B 44 5A 0 33 23 2D 155 22 29
Octal 213 104 132 0 63 43 55 525 42 51
Binary 10001011 1000100 1011010 0 110011 100011 101101 101010101 100010 101001

Color Harmonies of #8B445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B445A

Black with #8B445A

Text Example


Text Example

White with #8B445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,68,90); }

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

background-color css

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

 a { background-color: rgb(139,68,90); }

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

border-color css

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

 span { border-color: rgb(139,68,90); }

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