Html Css Color HEX #85452D Paarl

📋 copy color: '#85452D'

red 133 ◦ green 69 ◦ blue 45

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

Shades of Paarl #85452D

Tints of Paarl #85452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 53.85%
G = 27.94%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85452D (or 0x85452D) is known color: Paarl. HEX triplet: 85, 45 and 2D. RGB value is (133,69,45). Sum of RGB (Red+Green+Blue) = 133+69+45=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85452D is #7ABAD2. Grayscale: #555555. Windows color (decimal): -8043219 or 2966917. OLE color: 2966917.

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

Color convert

RGB 133 69 45 -
CMYK 0 0.48 0.66 0.48
HSL 16.36º 0.49% 0.35% -
HSV(B) 16.36º 0.66% 0.52% -
XYZ 12.27 9.43 3.66 -
YUV 85.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 133 69 45 0 0.48 0.66 0.48 16.36 0.49 0.35
Hex 85 45 2D 0 30 42 30 10 31 23
Octal 205 105 55 0 60 102 60 20 61 43
Binary 10000101 1000101 101101 0 110000 1000010 110000 10000 110001 100011

Color Harmonies of #85452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85452D

Black with #85452D

Text Example


Text Example

White with #85452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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