Html Css Color HEX #854332 Paarl

📋 copy color: '#854332'

red 133 ◦ green 67 ◦ blue 50

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

Shades of Paarl #854332

Tints of Paarl #854332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 53.2%
G = 26.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854332 (or 0x854332) is known color: Paarl. HEX triplet: 85, 43 and 32. RGB value is (133,67,50). Sum of RGB (Red+Green+Blue) = 133+67+50=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854332 is #7ABCCD. Grayscale: #545454. Windows color (decimal): -8043726 or 3294085. OLE color: 3294085.

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

Color convert

RGB 133 67 50 -
CMYK 0 0.50 0.62 0.48
HSL 12.29º 0.45% 0.36% -
HSV(B) 12.29º 0.62% 0.52% -
XYZ 12.26 9.23 4.15 -
YUV 84.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 133 67 50 0 0.50 0.62 0.48 12.29 0.45 0.36
Hex 85 43 32 0 32 3E 30 C 2D 24
Octal 205 103 62 0 62 76 60 14 55 44
Binary 10000101 1000011 110010 0 110010 111110 110000 1100 101101 100100

Color Harmonies of #854332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854332

Black with #854332

Text Example


Text Example

White with #854332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854332; }

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

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

background-color css

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

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

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

border-color css

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

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

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