Html Css Color HEX #8B4A33 Paarl

📋 copy color: '#8B4A33'

red 139 ◦ green 74 ◦ blue 51

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

Shades of Paarl #8B4A33

Tints of Paarl #8B4A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 52.65%
G = 28.03%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B4A33 (or 0x8B4A33) is known color: Paarl. HEX triplet: 8B, 4A and 33. RGB value is (139,74,51). Sum of RGB (Red+Green+Blue) = 139+74+51=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A33 is #74B5CC. Grayscale: #5A5A5A. Windows color (decimal): -7648717 or 3361419. OLE color: 3361419.

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

Color convert

RGB 139 74 51 -
CMYK 0 0.47 0.63 0.45
HSL 15.68º 0.46% 0.37% -
HSV(B) 15.68º 0.63% 0.55% -
XYZ 13.69 10.63 4.46 -
YUV 90.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 139 74 51 0 0.47 0.63 0.45 15.68 0.46 0.37
Hex 8B 4A 33 0 2F 3F 2D 10 2E 25
Octal 213 112 63 0 57 77 55 20 56 45
Binary 10001011 1001010 110011 0 101111 111111 101101 10000 101110 100101

Color Harmonies of #8B4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4A33

Black with #8B4A33

Text Example


Text Example

White with #8B4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,51); }

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

background-color css

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

 a { background-color: rgb(139,74,51); }

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

border-color css

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

 span { border-color: rgb(139,74,51); }

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