Html Css Color HEX #823B3E Stiletto

📋 copy color: '#823B3E'

red 130 ◦ green 59 ◦ blue 62

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

Shades of Stiletto #823B3E

Tints of Stiletto #823B3E

RGB

 RED value IS 130 (51.17% from 255) = 51.79%

 GREEN value IS 59 (23.44% from 255) = 23.51%

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 51.79%
G = 23.51%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#823B3E (or 0x823B3E) is known color: Stiletto. HEX triplet: 82, 3B and 3E. RGB value is (130,59,62). Sum of RGB (Red+Green+Blue) = 130+59+62=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B3E is #7DC4C1. Grayscale: #505050. Windows color (decimal): -8242370 or 4078466. OLE color: 4078466.

HSL color Cylindrical-coordinate representation of color #823B3E: hue angle of 357.46º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B3E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 62 -
CMYK 0 0.55 0.52 0.49
HSL 357.46º 0.38% 0.37% -
HSV(B) 357.46º 0.55% 0.51% -
XYZ 11.64 8.22 5.53 -
YUV 80.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 130 59 62 0 0.55 0.52 0.49 357.46 0.38 0.37
Hex 82 3B 3E 0 37 34 31 165 26 25
Octal 202 73 76 0 67 64 61 545 46 45
Binary 10000010 111011 111110 0 110111 110100 110001 101100101 100110 100101

Color Harmonies of #823B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B3E

Black with #823B3E

Text Example


Text Example

White with #823B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823B3E; }

 p { color: rgb(130,59,62); }

 H1.HeaderClassName
 {
   color: #823B3E;
 }
 .AnyTagClassName
 {
   color: #823B3E;
 }
</style>

background-color css

<style>
 a { background-color: #823B3E; }

 a { background-color: rgb(130,59,62); }

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

border-color css

<style>
 span { border-color: #823B3E; }

 span { border-color: rgb(130,59,62); }

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