Html Css Color HEX #854C38 Paarl

📋 copy color: '#854C38'

red 133 ◦ green 76 ◦ blue 56

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

Shades of Paarl #854C38

Tints of Paarl #854C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 50.19%
G = 28.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#854C38 (or 0x854C38) is known color: Paarl. HEX triplet: 85, 4C and 38. RGB value is (133,76,56). Sum of RGB (Red+Green+Blue) = 133+76+56=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C38 is #7AB3C7. Grayscale: #5A5A5A. Windows color (decimal): -8041416 or 3689605. OLE color: 3689605.

HSL color Cylindrical-coordinate representation of color #854C38: hue angle of 15.58º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854C38 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 56 -
CMYK 0 0.43 0.58 0.48
HSL 15.58º 0.41% 0.37% -
HSV(B) 15.58º 0.58% 0.52% -
XYZ 12.97 10.44 5.07 -
YUV 90.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 133 76 56 0 0.43 0.58 0.48 15.58 0.41 0.37
Hex 85 4C 38 0 2B 3A 30 10 29 25
Octal 205 114 70 0 53 72 60 20 51 45
Binary 10000101 1001100 111000 0 101011 111010 110000 10000 101001 100101

Color Harmonies of #854C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C38

Black with #854C38

Text Example


Text Example

White with #854C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,56); }

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

background-color css

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

 a { background-color: rgb(133,76,56); }

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

border-color css

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

 span { border-color: rgb(133,76,56); }

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