Html Css Color HEX #85530F Raw Umber

📋 copy color: '#85530F'

red 133 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #85530F

Tints of Raw Umber #85530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 57.58%
G = 35.93%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85530F (or 0x85530F) is known color: Raw Umber. HEX triplet: 85, 53 and 0F. RGB value is (133,83,15). Sum of RGB (Red+Green+Blue) = 133+83+15=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85530F is #7AACF0. Grayscale: #5A5A5A. Windows color (decimal): -8039665 or 1004421. OLE color: 1004421.

HSL color Cylindrical-coordinate representation of color #85530F: hue angle of 34.58º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85530F is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 15 -
CMYK 0 0.38 0.89 0.48
HSL 34.58º 0.8% 0.29% -
HSV(B) 34.58º 0.89% 0.52% -
XYZ 12.85 11.21 1.94 -
YUV 90.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 133 83 15 0 0.38 0.89 0.48 34.58 0.8 0.29
Hex 85 53 F 0 26 59 30 23 50 1D
Octal 205 123 17 0 46 131 60 43 120 35
Binary 10000101 1010011 1111 0 100110 1011001 110000 100011 1010000 11101

Color Harmonies of #85530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85530F

Black with #85530F

Text Example


Text Example

White with #85530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85530F; }

 p { color: rgb(133,83,15); }

 H1.HeaderClassName
 {
   color: #85530F;
 }
 .AnyTagClassName
 {
   color: #85530F;
 }
</style>

background-color css

<style>
 a { background-color: #85530F; }

 a { background-color: rgb(133,83,15); }

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

border-color css

<style>
 span { border-color: #85530F; }

 span { border-color: rgb(133,83,15); }

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