Html Css Color HEX #8B4635 Paarl

📋 copy color: '#8B4635'

red 139 ◦ green 70 ◦ blue 53

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

Shades of Paarl #8B4635

Tints of Paarl #8B4635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 53.05%
G = 26.72%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8B4635 (or 0x8B4635) is known color: Paarl. HEX triplet: 8B, 46 and 35. RGB value is (139,70,53). Sum of RGB (Red+Green+Blue) = 139+70+53=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4635 is #74B9CA. Grayscale: #585858. Windows color (decimal): -7649739 or 3491467. OLE color: 3491467.

HSL color Cylindrical-coordinate representation of color #8B4635: hue angle of 11.86º 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 #8B4635 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 70 53 -
CMYK 0 0.50 0.62 0.45
HSL 11.86º 0.45% 0.38% -
HSV(B) 11.86º 0.62% 0.55% -
XYZ 13.48 10.13 4.61 -
YUV 88.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 139 70 53 0 0.50 0.62 0.45 11.86 0.45 0.38
Hex 8B 46 35 0 32 3E 2D C 2D 26
Octal 213 106 65 0 62 76 55 14 55 46
Binary 10001011 1000110 110101 0 110010 111110 101101 1100 101101 100110

Color Harmonies of #8B4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4635

Black with #8B4635

Text Example


Text Example

White with #8B4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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