Html Css Color HEX #852308 Falu Red

📋 copy color: '#852308'

red 133 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #852308

Tints of Falu Red #852308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 75.57%
G = 19.89%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852308 (or 0x852308) is known color: Falu Red. HEX triplet: 85, 23 and 08. RGB value is (133,35,8). Sum of RGB (Red+Green+Blue) = 133+35+8=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #852308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852308 is #7ADCF7. Grayscale: #3D3D3D. Windows color (decimal): -8051960 or 533381. OLE color: 533381.

HSL color Cylindrical-coordinate representation of color #852308: hue angle of 12.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852308 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 8 -
CMYK 0 0.74 0.94 0.48
HSL 12.96º 0.89% 0.28% -
HSV(B) 12.96º 0.94% 0.52% -
XYZ 10.32 6.21 0.88 -
YUV 61.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 133 35 8 0 0.74 0.94 0.48 12.96 0.89 0.28
Hex 85 23 8 0 4A 5E 30 D 59 1C
Octal 205 43 10 0 112 136 60 15 131 34
Binary 10000101 100011 1000 0 1001010 1011110 110000 1101 1011001 11100

Color Harmonies of #852308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852308

Black with #852308

Text Example


Text Example

White with #852308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852308; }

 p { color: rgb(133,35,8); }

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

background-color css

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

 a { background-color: rgb(133,35,8); }

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

border-color css

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

 span { border-color: rgb(133,35,8); }

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