Html Css Color HEX #83430B Saddle Brown

📋 copy color: '#83430B'

red 131 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #83430B

Tints of Saddle Brown #83430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 62.68%
G = 32.06%
B = 5.26%

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

#83430B (or 0x83430B) is known color: Saddle Brown. HEX triplet: 83, 43 and 0B. RGB value is (131,67,11). Sum of RGB (Red+Green+Blue) = 131+67+11=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83430B is #7CBCF4. Grayscale: #505050. Windows color (decimal): -8174837 or 738179. OLE color: 738179.

HSL color Cylindrical-coordinate representation of color #83430B: hue angle of 28º degrees, saturation: 0.85, 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 #83430B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 11 -
CMYK 0 0.49 0.92 0.49
HSL 28º 0.85% 0.28% -
HSV(B) 28º 0.92% 0.51% -
XYZ 11.43 8.86 1.43 -
YUV 79.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 131 67 11 0 0.49 0.92 0.49 28 0.85 0.28
Hex 83 43 B 0 31 5C 31 1C 55 1C
Octal 203 103 13 0 61 134 61 34 125 34
Binary 10000011 1000011 1011 0 110001 1011100 110001 11100 1010101 11100

Color Harmonies of #83430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83430B

Black with #83430B

Text Example


Text Example

White with #83430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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