Html Css Color HEX #852406 Falu Red

📋 copy color: '#852406'

red 133 ◦ green 36 ◦ blue 6

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

Shades of Falu Red #852406

Tints of Falu Red #852406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 76%
G = 20.57%
B = 3.43%

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

#852406 (or 0x852406) is known color: Falu Red. HEX triplet: 85, 24 and 06. RGB value is (133,36,6). Sum of RGB (Red+Green+Blue) = 133+36+6=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852406 is #7ADBF9. Grayscale: #3D3D3D. Windows color (decimal): -8051706 or 402565. OLE color: 402565.

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

Color convert

RGB 133 36 6 -
CMYK 0 0.73 0.95 0.48
HSL 14.17º 0.91% 0.27% -
HSV(B) 14.17º 0.95% 0.52% -
XYZ 10.34 6.26 0.84 -
YUV 61.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 133 36 6 0 0.73 0.95 0.48 14.17 0.91 0.27
Hex 85 24 6 0 49 5F 30 E 5B 1B
Octal 205 44 6 0 111 137 60 16 133 33
Binary 10000101 100100 110 0 1001001 1011111 110000 1110 1011011 11011

Color Harmonies of #852406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852406

Black with #852406

Text Example


Text Example

White with #852406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852406; }

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

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

background-color css

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

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

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

border-color css

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

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

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