Html Css Color HEX #854432 Paarl

📋 copy color: '#854432'

red 133 ◦ green 68 ◦ blue 50

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

Shades of Paarl #854432

Tints of Paarl #854432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 52.99%
G = 27.09%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854432 (or 0x854432) is known color: Paarl. HEX triplet: 85, 44 and 32. RGB value is (133,68,50). Sum of RGB (Red+Green+Blue) = 133+68+50=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854432 is #7ABBCD. Grayscale: #555555. Windows color (decimal): -8043470 or 3294341. OLE color: 3294341.

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

Color convert

RGB 133 68 50 -
CMYK 0 0.49 0.62 0.48
HSL 13.01º 0.45% 0.36% -
HSV(B) 13.01º 0.62% 0.52% -
XYZ 12.32 9.35 4.17 -
YUV 85.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 133 68 50 0 0.49 0.62 0.48 13.01 0.45 0.36
Hex 85 44 32 0 31 3E 30 D 2D 24
Octal 205 104 62 0 61 76 60 15 55 44
Binary 10000101 1000100 110010 0 110001 111110 110000 1101 101101 100100

Color Harmonies of #854432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854432

Black with #854432

Text Example


Text Example

White with #854432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854432; }

 p { color: rgb(133,68,50); }

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

background-color css

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

 a { background-color: rgb(133,68,50); }

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

border-color css

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

 span { border-color: rgb(133,68,50); }

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