Html Css Color HEX #852707 Falu Red

📋 copy color: '#852707'

red 133 ◦ green 39 ◦ blue 7

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

Shades of Falu Red #852707

Tints of Falu Red #852707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.91%

R = 74.3%
G = 21.79%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852707 (or 0x852707) is known color: Falu Red. HEX triplet: 85, 27 and 07. RGB value is (133,39,7). Sum of RGB (Red+Green+Blue) = 133+39+7=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852707 is #7AD8F8. Grayscale: #3F3F3F. Windows color (decimal): -8050937 or 468869. OLE color: 468869.

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

Color convert

RGB 133 39 7 -
CMYK 0 0.71 0.95 0.48
HSL 15.24º 0.9% 0.27% -
HSV(B) 15.24º 0.95% 0.52% -
XYZ 10.44 6.45 0.9 -
YUV 63.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 133 39 7 0 0.71 0.95 0.48 15.24 0.9 0.27
Hex 85 27 7 0 47 5F 30 F 5A 1B
Octal 205 47 7 0 107 137 60 17 132 33
Binary 10000101 100111 111 0 1000111 1011111 110000 1111 1011010 11011

Color Harmonies of #852707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852707

Black with #852707

Text Example


Text Example

White with #852707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852707; }

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

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

background-color css

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

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

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

border-color css

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

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

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