Html Css Color HEX #853D25 Fire

📋 copy color: '#853D25'

red 133 ◦ green 61 ◦ blue 37

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

Shades of Fire #853D25

Tints of Fire #853D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 57.58%
G = 26.41%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#853D25 (or 0x853D25) is known color: Fire. HEX triplet: 85, 3D and 25. RGB value is (133,61,37). Sum of RGB (Red+Green+Blue) = 133+61+37=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D25 is #7AC2DA. Grayscale: #4F4F4F. Windows color (decimal): -8045275 or 2440581. OLE color: 2440581.

HSL color Cylindrical-coordinate representation of color #853D25: hue angle of 15º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853D25 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 37 -
CMYK 0 0.54 0.72 0.48
HSL 15º 0.56% 0.33% -
HSV(B) 15º 0.72% 0.52% -
XYZ 11.68 8.46 2.77 -
YUV 79.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 133 61 37 0 0.54 0.72 0.48 15 0.56 0.33
Hex 85 3D 25 0 36 48 30 F 38 21
Octal 205 75 45 0 66 110 60 17 70 41
Binary 10000101 111101 100101 0 110110 1001000 110000 1111 111000 100001

Color Harmonies of #853D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D25

Black with #853D25

Text Example


Text Example

White with #853D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853D25; }

 p { color: rgb(133,61,37); }

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

background-color css

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

 a { background-color: rgb(133,61,37); }

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

border-color css

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

 span { border-color: rgb(133,61,37); }

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