Html Css Color HEX #80430A Saddle Brown

📋 copy color: '#80430A'

red 128 ◦ green 67 ◦ blue 10

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

Shades of Saddle Brown #80430A

Tints of Saddle Brown #80430A

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 62.44%
G = 32.68%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80430A (or 0x80430A) is known color: Saddle Brown. HEX triplet: 80, 43 and 0A. RGB value is (128,67,10). Sum of RGB (Red+Green+Blue) = 128+67+10=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80430A is #7FBCF5. Grayscale: #4F4F4F. Windows color (decimal): -8371446 or 672640. OLE color: 672640.

HSL color Cylindrical-coordinate representation of color #80430A: hue angle of 28.98º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80430A is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 67 10 -
CMYK 0 0.48 0.92 0.50
HSL 28.98º 0.86% 0.27% -
HSV(B) 28.98º 0.92% 0.5% -
XYZ 10.96 8.63 1.37 -
YUV 78.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 128 67 10 0 0.48 0.92 0.50 28.98 0.86 0.27
Hex 80 43 A 0 30 5C 32 1D 56 1B
Octal 200 103 12 0 60 134 62 35 126 33
Binary 10000000 1000011 1010 0 110000 1011100 110010 11101 1010110 11011

Color Harmonies of #80430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80430A

Black with #80430A

Text Example


Text Example

White with #80430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80430A; }

 p { color: rgb(128,67,10); }

 H1.HeaderClassName
 {
   color: #80430A;
 }
 .AnyTagClassName
 {
   color: #80430A;
 }
</style>

background-color css

<style>
 a { background-color: #80430A; }

 a { background-color: rgb(128,67,10); }

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

border-color css

<style>
 span { border-color: #80430A; }

 span { border-color: rgb(128,67,10); }

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