Html Css Color HEX #883A30 Crab Apple

📋 copy color: '#883A30'

red 136 ◦ green 58 ◦ blue 48

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

Shades of Crab Apple #883A30

Tints of Crab Apple #883A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 56.2%
G = 23.97%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#883A30 (or 0x883A30) is known color: Crab Apple. HEX triplet: 88, 3A and 30. RGB value is (136,58,48). Sum of RGB (Red+Green+Blue) = 136+58+48=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A30 is #77C5CF. Grayscale: #505050. Windows color (decimal): -7849424 or 3160712. OLE color: 3160712.

HSL color Cylindrical-coordinate representation of color #883A30: hue angle of 6.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883A30 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 58 48 -
CMYK 0 0.57 0.65 0.47
HSL 6.82º 0.48% 0.36% -
HSV(B) 6.82º 0.65% 0.53% -
XYZ 12.2 8.47 3.79 -
YUV 80.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 136 58 48 0 0.57 0.65 0.47 6.82 0.48 0.36
Hex 88 3A 30 0 39 41 2F 7 30 24
Octal 210 72 60 0 71 101 57 7 60 44
Binary 10001000 111010 110000 0 111001 1000001 101111 111 110000 100100

Color Harmonies of #883A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A30

Black with #883A30

Text Example


Text Example

White with #883A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,58,48); }

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

background-color css

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

 a { background-color: rgb(136,58,48); }

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

border-color css

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

 span { border-color: rgb(136,58,48); }

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