Html Css Color HEX #853D22 Fire

📋 copy color: '#853D22'

red 133 ◦ green 61 ◦ blue 34

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

Shades of Fire #853D22

Tints of Fire #853D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.91%

R = 58.33%
G = 26.75%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#853D22 (or 0x853D22) is known color: Fire. HEX triplet: 85, 3D and 22. RGB value is (133,61,34). Sum of RGB (Red+Green+Blue) = 133+61+34=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #853D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D22 is #7AC2DD. Grayscale: #4F4F4F. Windows color (decimal): -8045278 or 2243973. OLE color: 2243973.

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

Color convert

RGB 133 61 34 -
CMYK 0 0.54 0.74 0.48
HSL 16.36º 0.59% 0.33% -
HSV(B) 16.36º 0.74% 0.52% -
XYZ 11.63 8.44 2.53 -
YUV 79.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 133 61 34 0 0.54 0.74 0.48 16.36 0.59 0.33
Hex 85 3D 22 0 36 4A 30 10 3B 21
Octal 205 75 42 0 66 112 60 20 73 41
Binary 10000101 111101 100010 0 110110 1001010 110000 10000 111011 100001

Color Harmonies of #853D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D22

Black with #853D22

Text Example


Text Example

White with #853D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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