Html Css Color HEX #852702 Falu Red

📋 copy color: '#852702'

red 133 ◦ green 39 ◦ blue 2

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

Shades of Falu Red #852702

Tints of Falu Red #852702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 76.44%
G = 22.41%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852702 (or 0x852702) is known color: Falu Red. HEX triplet: 85, 27 and 02. RGB value is (133,39,2). Sum of RGB (Red+Green+Blue) = 133+39+2=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #852702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852702 is #7AD8FD. Grayscale: #3F3F3F. Windows color (decimal): -8050942 or 141189. OLE color: 141189.

HSL color Cylindrical-coordinate representation of color #852702: hue angle of 16.95º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852702 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 2 -
CMYK 0 0.71 0.98 0.48
HSL 16.95º 0.97% 0.26% -
HSV(B) 16.95º 0.98% 0.52% -
XYZ 10.41 6.44 0.75 -
YUV 62.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 133 39 2 0 0.71 0.98 0.48 16.95 0.97 0.26
Hex 85 27 2 0 47 62 30 11 61 1A
Octal 205 47 2 0 107 142 60 21 141 32
Binary 10000101 100111 10 0 1000111 1100010 110000 10001 1100001 11010

Color Harmonies of #852702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852702

Black with #852702

Text Example


Text Example

White with #852702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852702; }

 p { color: rgb(133,39,2); }

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

background-color css

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

 a { background-color: rgb(133,39,2); }

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

border-color css

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

 span { border-color: rgb(133,39,2); }

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