Html Css Color HEX #854A2E Paarl

📋 copy color: '#854A2E'

red 133 ◦ green 74 ◦ blue 46

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

Shades of Paarl #854A2E

Tints of Paarl #854A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 52.57%
G = 29.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#854A2E (or 0x854A2E) is known color: Paarl. HEX triplet: 85, 4A and 2E. RGB value is (133,74,46). Sum of RGB (Red+Green+Blue) = 133+74+46=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A2E is #7AB5D1. Grayscale: #585858. Windows color (decimal): -8041938 or 3033733. OLE color: 3033733.

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

Color convert

RGB 133 74 46 -
CMYK 0 0.44 0.65 0.48
HSL 19.31º 0.49% 0.35% -
HSV(B) 19.31º 0.65% 0.52% -
XYZ 12.61 10.08 3.87 -
YUV 88.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 133 74 46 0 0.44 0.65 0.48 19.31 0.49 0.35
Hex 85 4A 2E 0 2C 41 30 13 31 23
Octal 205 112 56 0 54 101 60 23 61 43
Binary 10000101 1001010 101110 0 101100 1000001 110000 10011 110001 100011

Color Harmonies of #854A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A2E

Black with #854A2E

Text Example


Text Example

White with #854A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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