Html Css Color HEX #83430A Saddle Brown

📋 copy color: '#83430A'

red 131 ◦ green 67 ◦ blue 10

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

Shades of Saddle Brown #83430A

Tints of Saddle Brown #83430A

RGB

 RED value IS 131 (51.56% from 255) = 62.98%

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

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

R = 62.98%
G = 32.21%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83430A (or 0x83430A) is known color: Saddle Brown. HEX triplet: 83, 43 and 0A. RGB value is (131,67,10). Sum of RGB (Red+Green+Blue) = 131+67+10=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83430A is #7CBCF5. Grayscale: #4F4F4F. Windows color (decimal): -8174838 or 672643. OLE color: 672643.

HSL color Cylindrical-coordinate representation of color #83430A: hue angle of 28.26º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83430A is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 10 -
CMYK 0 0.49 0.92 0.49
HSL 28.26º 0.86% 0.28% -
HSV(B) 28.26º 0.92% 0.51% -
XYZ 11.42 8.86 1.4 -
YUV 79.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 131 67 10 0 0.49 0.92 0.49 28.26 0.86 0.28
Hex 83 43 A 0 31 5C 31 1C 56 1C
Octal 203 103 12 0 61 134 61 34 126 34
Binary 10000011 1000011 1010 0 110001 1011100 110001 11100 1010110 11100

Color Harmonies of #83430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83430A

Black with #83430A

Text Example


Text Example

White with #83430A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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