Html Css Color HEX #854A3A Paarl

📋 copy color: '#854A3A'

red 133 ◦ green 74 ◦ blue 58

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

Shades of Paarl #854A3A

Tints of Paarl #854A3A

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

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

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 50.19%
G = 27.92%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#854A3A (or 0x854A3A) is known color: Paarl. HEX triplet: 85, 4A and 3A. RGB value is (133,74,58). Sum of RGB (Red+Green+Blue) = 133+74+58=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A3A is #7AB5C5. Grayscale: #595959. Windows color (decimal): -8041926 or 3820165. OLE color: 3820165.

HSL color Cylindrical-coordinate representation of color #854A3A: hue angle of 12.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854A3A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 58 -
CMYK 0 0.44 0.56 0.48
HSL 12.8º 0.39% 0.37% -
HSV(B) 12.8º 0.56% 0.52% -
XYZ 12.89 10.19 5.29 -
YUV 89.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 133 74 58 0 0.44 0.56 0.48 12.8 0.39 0.37
Hex 85 4A 3A 0 2C 38 30 D 27 25
Octal 205 112 72 0 54 70 60 15 47 45
Binary 10000101 1001010 111010 0 101100 111000 110000 1101 100111 100101

Color Harmonies of #854A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A3A

Black with #854A3A

Text Example


Text Example

White with #854A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A3A; }

 p { color: rgb(133,74,58); }

 H1.HeaderClassName
 {
   color: #854A3A;
 }
 .AnyTagClassName
 {
   color: #854A3A;
 }
</style>

background-color css

<style>
 a { background-color: #854A3A; }

 a { background-color: rgb(133,74,58); }

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

border-color css

<style>
 span { border-color: #854A3A; }

 span { border-color: rgb(133,74,58); }

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