Html Css Color HEX #853E2B Fire

📋 copy color: '#853E2B'

red 133 ◦ green 62 ◦ blue 43

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

Shades of Fire #853E2B

Tints of Fire #853E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.05%

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 55.88%
G = 26.05%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#853E2B (or 0x853E2B) is known color: Fire. HEX triplet: 85, 3E and 2B. RGB value is (133,62,43). Sum of RGB (Red+Green+Blue) = 133+62+43=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E2B is #7AC1D4. Grayscale: #515151. Windows color (decimal): -8045013 or 2834053. OLE color: 2834053.

HSL color Cylindrical-coordinate representation of color #853E2B: hue angle of 12.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853E2B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 43 -
CMYK 0 0.53 0.68 0.48
HSL 12.67º 0.51% 0.35% -
HSV(B) 12.67º 0.68% 0.52% -
XYZ 11.83 8.61 3.32 -
YUV 81.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 133 62 43 0 0.53 0.68 0.48 12.67 0.51 0.35
Hex 85 3E 2B 0 35 44 30 D 33 23
Octal 205 76 53 0 65 104 60 15 63 43
Binary 10000101 111110 101011 0 110101 1000100 110000 1101 110011 100011

Color Harmonies of #853E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E2B

Black with #853E2B

Text Example


Text Example

White with #853E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,43); }

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

background-color css

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

 a { background-color: rgb(133,62,43); }

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

border-color css

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

 span { border-color: rgb(133,62,43); }

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