Html Css Color HEX #883D21 Fire

📋 copy color: '#883D21'

red 136 ◦ green 61 ◦ blue 33

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

Shades of Fire #883D21

Tints of Fire #883D21

RGB

 RED value IS 136 (53.52% from 255) = 59.13%

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

 BLUE value IS 33 (13.28% from 255) = 14.35%

R = 59.13%
G = 26.52%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#883D21 (or 0x883D21) is known color: Fire. HEX triplet: 88, 3D and 21. RGB value is (136,61,33). Sum of RGB (Red+Green+Blue) = 136+61+33=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #883D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D21 is #77C2DE. Grayscale: #505050. Windows color (decimal): -7848671 or 2178440. OLE color: 2178440.

HSL color Cylindrical-coordinate representation of color #883D21: hue angle of 16.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883D21 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 33 -
CMYK 0 0.55 0.76 0.47
HSL 16.31º 0.61% 0.33% -
HSV(B) 16.31º 0.76% 0.53% -
XYZ 12.1 8.68 2.48 -
YUV 80.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 136 61 33 0 0.55 0.76 0.47 16.31 0.61 0.33
Hex 88 3D 21 0 37 4C 2F 10 3D 21
Octal 210 75 41 0 67 114 57 20 75 41
Binary 10001000 111101 100001 0 110111 1001100 101111 10000 111101 100001

Color Harmonies of #883D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D21

Black with #883D21

Text Example


Text Example

White with #883D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D21; }

 p { color: rgb(136,61,33); }

 H1.HeaderClassName
 {
   color: #883D21;
 }
 .AnyTagClassName
 {
   color: #883D21;
 }
</style>

background-color css

<style>
 a { background-color: #883D21; }

 a { background-color: rgb(136,61,33); }

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

border-color css

<style>
 span { border-color: #883D21; }

 span { border-color: rgb(136,61,33); }

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