Html Css Color HEX #854635 Paarl

📋 copy color: '#854635'

red 133 ◦ green 70 ◦ blue 53

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

Shades of Paarl #854635

Tints of Paarl #854635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 51.95%
G = 27.34%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#854635 (or 0x854635) is known color: Paarl. HEX triplet: 85, 46 and 35. RGB value is (133,70,53). Sum of RGB (Red+Green+Blue) = 133+70+53=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854635 is #7AB9CA. Grayscale: #575757. Windows color (decimal): -8042955 or 3491461. OLE color: 3491461.

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

Color convert

RGB 133 70 53 -
CMYK 0 0.47 0.60 0.48
HSL 12.75º 0.43% 0.36% -
HSV(B) 12.75º 0.6% 0.52% -
XYZ 12.51 9.62 4.57 -
YUV 86.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 133 70 53 0 0.47 0.60 0.48 12.75 0.43 0.36
Hex 85 46 35 0 2F 3C 30 D 2B 24
Octal 205 106 65 0 57 74 60 15 53 44
Binary 10000101 1000110 110101 0 101111 111100 110000 1101 101011 100100

Color Harmonies of #854635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854635

Black with #854635

Text Example


Text Example

White with #854635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854635; }

 p { color: rgb(133,70,53); }

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

background-color css

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

 a { background-color: rgb(133,70,53); }

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

border-color css

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

 span { border-color: rgb(133,70,53); }

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