Html Css Color HEX #852407 Falu Red

📋 copy color: '#852407'

red 133 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #852407

Tints of Falu Red #852407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.45%

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

R = 75.57%
G = 20.45%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852407 (or 0x852407) is known color: Falu Red. HEX triplet: 85, 24 and 07. RGB value is (133,36,7). Sum of RGB (Red+Green+Blue) = 133+36+7=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #852407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852407 is #7ADBF8. Grayscale: #3D3D3D. Windows color (decimal): -8051705 or 468101. OLE color: 468101.

HSL color Cylindrical-coordinate representation of color #852407: hue angle of 13.81º 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 #852407 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 7 -
CMYK 0 0.73 0.95 0.48
HSL 13.81º 0.9% 0.27% -
HSV(B) 13.81º 0.95% 0.52% -
XYZ 10.34 6.26 0.86 -
YUV 61.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 133 36 7 0 0.73 0.95 0.48 13.81 0.9 0.27
Hex 85 24 7 0 49 5F 30 E 5A 1B
Octal 205 44 7 0 111 137 60 16 132 33
Binary 10000101 100100 111 0 1001001 1011111 110000 1110 1011010 11011

Color Harmonies of #852407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852407

Black with #852407

Text Example


Text Example

White with #852407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852407; }

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

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

background-color css

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

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

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

border-color css

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

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

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