Html Css Color HEX #85422D Fire

📋 copy color: '#85422D'

red 133 ◦ green 66 ◦ blue 45

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

Shades of Fire #85422D

Tints of Fire #85422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 54.51%
G = 27.05%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85422D (or 0x85422D) is known color: Fire. HEX triplet: 85, 42 and 2D. RGB value is (133,66,45). Sum of RGB (Red+Green+Blue) = 133+66+45=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85422D is #7ABDD2. Grayscale: #535353. Windows color (decimal): -8043987 or 2966149. OLE color: 2966149.

HSL color Cylindrical-coordinate representation of color #85422D: hue angle of 14.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85422D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 45 -
CMYK 0 0.50 0.66 0.48
HSL 14.32º 0.49% 0.35% -
HSV(B) 14.32º 0.66% 0.52% -
XYZ 12.09 9.07 3.6 -
YUV 83.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 133 66 45 0 0.50 0.66 0.48 14.32 0.49 0.35
Hex 85 42 2D 0 32 42 30 E 31 23
Octal 205 102 55 0 62 102 60 16 61 43
Binary 10000101 1000010 101101 0 110010 1000010 110000 1110 110001 100011

Color Harmonies of #85422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85422D

Black with #85422D

Text Example


Text Example

White with #85422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85422D; }

 p { color: rgb(133,66,45); }

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

background-color css

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

 a { background-color: rgb(133,66,45); }

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

border-color css

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

 span { border-color: rgb(133,66,45); }

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