Html Css Color HEX #854D3B Paarl

📋 copy color: '#854D3B'

red 133 ◦ green 77 ◦ blue 59

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

Shades of Paarl #854D3B

Tints of Paarl #854D3B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 49.44%
G = 28.62%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#854D3B (or 0x854D3B) is known color: Paarl. HEX triplet: 85, 4D and 3B. RGB value is (133,77,59). Sum of RGB (Red+Green+Blue) = 133+77+59=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D3B is #7AB2C4. Grayscale: #5B5B5B. Windows color (decimal): -8041157 or 3886469. OLE color: 3886469.

HSL color Cylindrical-coordinate representation of color #854D3B: hue angle of 14.59º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854D3B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 59 -
CMYK 0 0.42 0.56 0.48
HSL 14.59º 0.39% 0.38% -
HSV(B) 14.59º 0.56% 0.52% -
XYZ 13.12 10.61 5.49 -
YUV 91.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 133 77 59 0 0.42 0.56 0.48 14.59 0.39 0.38
Hex 85 4D 3B 0 2A 38 30 F 27 26
Octal 205 115 73 0 52 70 60 17 47 46
Binary 10000101 1001101 111011 0 101010 111000 110000 1111 100111 100110

Color Harmonies of #854D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D3B

Black with #854D3B

Text Example


Text Example

White with #854D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,77,59); }

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

background-color css

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

 a { background-color: rgb(133,77,59); }

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

border-color css

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

 span { border-color: rgb(133,77,59); }

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