Html Css Color HEX #83380A Saddle Brown

📋 copy color: '#83380A'

red 131 ◦ green 56 ◦ blue 10

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

Shades of Saddle Brown #83380A

Tints of Saddle Brown #83380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 66.5%
G = 28.43%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83380A (or 0x83380A) is known color: Saddle Brown. HEX triplet: 83, 38 and 0A. RGB value is (131,56,10). Sum of RGB (Red+Green+Blue) = 131+56+10=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83380A is #7CC7F5. Grayscale: #494949. Windows color (decimal): -8177654 or 669827. OLE color: 669827.

HSL color Cylindrical-coordinate representation of color #83380A: hue angle of 22.81º 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 #83380A is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 10 -
CMYK 0 0.57 0.92 0.49
HSL 22.81º 0.86% 0.28% -
HSV(B) 22.81º 0.92% 0.51% -
XYZ 10.83 7.68 1.2 -
YUV 73.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 131 56 10 0 0.57 0.92 0.49 22.81 0.86 0.28
Hex 83 38 A 0 39 5C 31 17 56 1C
Octal 203 70 12 0 71 134 61 27 126 34
Binary 10000011 111000 1010 0 111001 1011100 110001 10111 1010110 11100

Color Harmonies of #83380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83380A

Black with #83380A

Text Example


Text Example

White with #83380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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