Html Css Color HEX #854534 Paarl

📋 copy color: '#854534'

red 133 ◦ green 69 ◦ blue 52

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

Shades of Paarl #854534

Tints of Paarl #854534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 52.36%
G = 27.17%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#854534 (or 0x854534) is known color: Paarl. HEX triplet: 85, 45 and 34. RGB value is (133,69,52). Sum of RGB (Red+Green+Blue) = 133+69+52=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854534 is #7ABACB. Grayscale: #565656. Windows color (decimal): -8043212 or 3425669. OLE color: 3425669.

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

Color convert

RGB 133 69 52 -
CMYK 0 0.48 0.61 0.48
HSL 12.59º 0.44% 0.36% -
HSV(B) 12.59º 0.61% 0.52% -
XYZ 12.42 9.49 4.43 -
YUV 86.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 133 69 52 0 0.48 0.61 0.48 12.59 0.44 0.36
Hex 85 45 34 0 30 3D 30 D 2C 24
Octal 205 105 64 0 60 75 60 15 54 44
Binary 10000101 1000101 110100 0 110000 111101 110000 1101 101100 100100

Color Harmonies of #854534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854534

Black with #854534

Text Example


Text Example

White with #854534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854534; }

 p { color: rgb(133,69,52); }

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

background-color css

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

 a { background-color: rgb(133,69,52); }

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

border-color css

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

 span { border-color: rgb(133,69,52); }

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