Html Css Color HEX #85452C Paarl

📋 copy color: '#85452C'

red 133 ◦ green 69 ◦ blue 44

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

Shades of Paarl #85452C

Tints of Paarl #85452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 54.07%
G = 28.05%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85452C (or 0x85452C) is known color: Paarl. HEX triplet: 85, 45 and 2C. RGB value is (133,69,44). Sum of RGB (Red+Green+Blue) = 133+69+44=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85452C is #7ABAD3. Grayscale: #555555. Windows color (decimal): -8043220 or 2901381. OLE color: 2901381.

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

Color convert

RGB 133 69 44 -
CMYK 0 0.48 0.67 0.48
HSL 16.85º 0.5% 0.35% -
HSV(B) 16.85º 0.67% 0.52% -
XYZ 12.26 9.42 3.56 -
YUV 85.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 133 69 44 0 0.48 0.67 0.48 16.85 0.5 0.35
Hex 85 45 2C 0 30 43 30 11 32 23
Octal 205 105 54 0 60 103 60 21 62 43
Binary 10000101 1000101 101100 0 110000 1000011 110000 10001 110010 100011

Color Harmonies of #85452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85452C

Black with #85452C

Text Example


Text Example

White with #85452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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