Html Css Color HEX #8B4935 Paarl

📋 copy color: '#8B4935'

red 139 ◦ green 73 ◦ blue 53

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

Shades of Paarl #8B4935

Tints of Paarl #8B4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 52.45%
G = 27.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8B4935 (or 0x8B4935) is known color: Paarl. HEX triplet: 8B, 49 and 35. RGB value is (139,73,53). Sum of RGB (Red+Green+Blue) = 139+73+53=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4935 is #74B6CA. Grayscale: #5A5A5A. Windows color (decimal): -7648971 or 3492235. OLE color: 3492235.

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

Color convert

RGB 139 73 53 -
CMYK 0 0.47 0.62 0.45
HSL 13.95º 0.45% 0.38% -
HSV(B) 13.95º 0.62% 0.55% -
XYZ 13.67 10.51 4.68 -
YUV 90.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 139 73 53 0 0.47 0.62 0.45 13.95 0.45 0.38
Hex 8B 49 35 0 2F 3E 2D E 2D 26
Octal 213 111 65 0 57 76 55 16 55 46
Binary 10001011 1001001 110101 0 101111 111110 101101 1110 101101 100110

Color Harmonies of #8B4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4935

Black with #8B4935

Text Example


Text Example

White with #8B4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,53); }

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

background-color css

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

 a { background-color: rgb(139,73,53); }

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

border-color css

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

 span { border-color: rgb(139,73,53); }

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