Html Css Color HEX #8B4D30 Paarl

📋 copy color: '#8B4D30'

red 139 ◦ green 77 ◦ blue 48

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

Shades of Paarl #8B4D30

Tints of Paarl #8B4D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 52.65%
G = 29.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B4D30 (or 0x8B4D30) is known color: Paarl. HEX triplet: 8B, 4D and 30. RGB value is (139,77,48). Sum of RGB (Red+Green+Blue) = 139+77+48=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D30 is #74B2CF. Grayscale: #5C5C5C. Windows color (decimal): -7647952 or 3165579. OLE color: 3165579.

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

Color convert

RGB 139 77 48 -
CMYK 0 0.45 0.65 0.45
HSL 19.12º 0.49% 0.37% -
HSV(B) 19.12º 0.65% 0.55% -
XYZ 13.83 11.01 4.19 -
YUV 92.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 139 77 48 0 0.45 0.65 0.45 19.12 0.49 0.37
Hex 8B 4D 30 0 2D 41 2D 13 31 25
Octal 213 115 60 0 55 101 55 23 61 45
Binary 10001011 1001101 110000 0 101101 1000001 101101 10011 110001 100101

Color Harmonies of #8B4D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4D30

Black with #8B4D30

Text Example


Text Example

White with #8B4D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,48); }

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

background-color css

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

 a { background-color: rgb(139,77,48); }

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

border-color css

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

 span { border-color: rgb(139,77,48); }

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