Html Css Color HEX #852602 Falu Red

📋 copy color: '#852602'

red 133 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #852602

Tints of Falu Red #852602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

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

R = 76.88%
G = 21.97%
B = 1.16%

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

#852602 (or 0x852602) is known color: Falu Red. HEX triplet: 85, 26 and 02. RGB value is (133,38,2). Sum of RGB (Red+Green+Blue) = 133+38+2=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852602 is #7AD9FD. Grayscale: #3E3E3E. Windows color (decimal): -8051198 or 140933. OLE color: 140933.

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

Color convert

RGB 133 38 2 -
CMYK 0 0.71 0.98 0.48
HSL 16.49º 0.97% 0.26% -
HSV(B) 16.49º 0.98% 0.52% -
XYZ 10.38 6.38 0.74 -
YUV 62.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 133 38 2 0 0.71 0.98 0.48 16.49 0.97 0.26
Hex 85 26 2 0 47 62 30 10 61 1A
Octal 205 46 2 0 107 142 60 20 141 32
Binary 10000101 100110 10 0 1000111 1100010 110000 10000 1100001 11010

Color Harmonies of #852602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852602

Black with #852602

Text Example


Text Example

White with #852602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852602; }

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

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

background-color css

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

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

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

border-color css

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

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

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