Html Css Color HEX #883A2A Crab Apple

📋 copy color: '#883A2A'

red 136 ◦ green 58 ◦ blue 42

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

Shades of Crab Apple #883A2A

Tints of Crab Apple #883A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 57.63%
G = 24.58%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#883A2A (or 0x883A2A) is known color: Crab Apple. HEX triplet: 88, 3A and 2A. RGB value is (136,58,42). Sum of RGB (Red+Green+Blue) = 136+58+42=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #883A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A2A is #77C5D5. Grayscale: #4F4F4F. Windows color (decimal): -7849430 or 2767496. OLE color: 2767496.

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

Color convert

RGB 136 58 42 -
CMYK 0 0.57 0.69 0.47
HSL 10.21º 0.53% 0.35% -
HSV(B) 10.21º 0.69% 0.53% -
XYZ 12.08 8.43 3.18 -
YUV 79.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 136 58 42 0 0.57 0.69 0.47 10.21 0.53 0.35
Hex 88 3A 2A 0 39 45 2F A 35 23
Octal 210 72 52 0 71 105 57 12 65 43
Binary 10001000 111010 101010 0 111001 1000101 101111 1010 110101 100011

Color Harmonies of #883A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A2A

Black with #883A2A

Text Example


Text Example

White with #883A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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