Html Css Color HEX #853D23 Fire

📋 copy color: '#853D23'

red 133 ◦ green 61 ◦ blue 35

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

Shades of Fire #853D23

Tints of Fire #853D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 58.08%
G = 26.64%
B = 15.28%

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

#853D23 (or 0x853D23) is known color: Fire. HEX triplet: 85, 3D and 23. RGB value is (133,61,35). Sum of RGB (Red+Green+Blue) = 133+61+35=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #853D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D23 is #7AC2DC. Grayscale: #4F4F4F. Windows color (decimal): -8045277 or 2309509. OLE color: 2309509.

HSL color Cylindrical-coordinate representation of color #853D23: hue angle of 15.92º degrees, saturation: 0.58, 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 #853D23 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 35 -
CMYK 0 0.54 0.74 0.48
HSL 15.92º 0.58% 0.33% -
HSV(B) 15.92º 0.74% 0.52% -
XYZ 11.64 8.45 2.61 -
YUV 79.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 133 61 35 0 0.54 0.74 0.48 15.92 0.58 0.33
Hex 85 3D 23 0 36 4A 30 10 3A 21
Octal 205 75 43 0 66 112 60 20 72 41
Binary 10000101 111101 100011 0 110110 1001010 110000 10000 111010 100001

Color Harmonies of #853D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D23

Black with #853D23

Text Example


Text Example

White with #853D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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