Html Css Color HEX #854A33 Paarl

📋 copy color: '#854A33'

red 133 ◦ green 74 ◦ blue 51

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

Shades of Paarl #854A33

Tints of Paarl #854A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 51.55%
G = 28.68%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854A33 (or 0x854A33) is known color: Paarl. HEX triplet: 85, 4A and 33. RGB value is (133,74,51). Sum of RGB (Red+Green+Blue) = 133+74+51=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #854A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A33 is #7AB5CC. Grayscale: #595959. Windows color (decimal): -8041933 or 3361413. OLE color: 3361413.

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

Color convert

RGB 133 74 51 -
CMYK 0 0.44 0.62 0.48
HSL 16.83º 0.45% 0.36% -
HSV(B) 16.83º 0.62% 0.52% -
XYZ 12.72 10.12 4.42 -
YUV 89.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 133 74 51 0 0.44 0.62 0.48 16.83 0.45 0.36
Hex 85 4A 33 0 2C 3E 30 11 2D 24
Octal 205 112 63 0 54 76 60 21 55 44
Binary 10000101 1001010 110011 0 101100 111110 110000 10001 101101 100100

Color Harmonies of #854A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A33

Black with #854A33

Text Example


Text Example

White with #854A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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