Html Css Color HEX #854530 Paarl

📋 copy color: '#854530'

red 133 ◦ green 69 ◦ blue 48

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

Shades of Paarl #854530

Tints of Paarl #854530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 53.2%
G = 27.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854530 (or 0x854530) is known color: Paarl. HEX triplet: 85, 45 and 30. RGB value is (133,69,48). Sum of RGB (Red+Green+Blue) = 133+69+48=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854530 is #7ABACF. Grayscale: #555555. Windows color (decimal): -8043216 or 3163525. OLE color: 3163525.

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

Color convert

RGB 133 69 48 -
CMYK 0 0.48 0.64 0.48
HSL 14.82º 0.47% 0.35% -
HSV(B) 14.82º 0.64% 0.52% -
XYZ 12.33 9.46 3.97 -
YUV 85.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 133 69 48 0 0.48 0.64 0.48 14.82 0.47 0.35
Hex 85 45 30 0 30 40 30 F 2F 23
Octal 205 105 60 0 60 100 60 17 57 43
Binary 10000101 1000101 110000 0 110000 1000000 110000 1111 101111 100011

Color Harmonies of #854530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854530

Black with #854530

Text Example


Text Example

White with #854530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854530; }

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

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

background-color css

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

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

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

border-color css

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

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

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