Html Css Color HEX #813C2E Crab Apple

📋 copy color: '#813C2E'

red 129 ◦ green 60 ◦ blue 46

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

Shades of Crab Apple #813C2E

Tints of Crab Apple #813C2E

RGB

 RED value IS 129 (50.78% from 255) = 54.89%

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 54.89%
G = 25.53%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#813C2E (or 0x813C2E) is known color: Crab Apple. HEX triplet: 81, 3C and 2E. RGB value is (129,60,46). Sum of RGB (Red+Green+Blue) = 129+60+46=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C2E is #7EC3D1. Grayscale: #4F4F4F. Windows color (decimal): -8307666 or 3030145. OLE color: 3030145.

HSL color Cylindrical-coordinate representation of color #813C2E: hue angle of 10.12º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #813C2E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 60 46 -
CMYK 0 0.53 0.64 0.49
HSL 10.12º 0.47% 0.34% -
HSV(B) 10.12º 0.64% 0.51% -
XYZ 11.16 8.1 3.56 -
YUV 79.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 129 60 46 0 0.53 0.64 0.49 10.12 0.47 0.34
Hex 81 3C 2E 0 35 40 31 A 2F 22
Octal 201 74 56 0 65 100 61 12 57 42
Binary 10000001 111100 101110 0 110101 1000000 110001 1010 101111 100010

Color Harmonies of #813C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C2E

Black with #813C2E

Text Example


Text Example

White with #813C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813C2E; }

 p { color: rgb(129,60,46); }

 H1.HeaderClassName
 {
   color: #813C2E;
 }
 .AnyTagClassName
 {
   color: #813C2E;
 }
</style>

background-color css

<style>
 a { background-color: #813C2E; }

 a { background-color: rgb(129,60,46); }

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

border-color css

<style>
 span { border-color: #813C2E; }

 span { border-color: rgb(129,60,46); }

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