Html Css Color HEX #83380F Saddle Brown

📋 copy color: '#83380F'

red 131 ◦ green 56 ◦ blue 15

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

Shades of Saddle Brown #83380F

Tints of Saddle Brown #83380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 64.85%
G = 27.72%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83380F (or 0x83380F) is known color: Saddle Brown. HEX triplet: 83, 38 and 0F. RGB value is (131,56,15). Sum of RGB (Red+Green+Blue) = 131+56+15=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #83380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83380F is #7CC7F0. Grayscale: #494949. Windows color (decimal): -8177649 or 997507. OLE color: 997507.

HSL color Cylindrical-coordinate representation of color #83380F: hue angle of 21.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83380F is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 15 -
CMYK 0 0.57 0.89 0.49
HSL 21.21º 0.79% 0.29% -
HSV(B) 21.21º 0.89% 0.51% -
XYZ 10.86 7.69 1.36 -
YUV 73.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 131 56 15 0 0.57 0.89 0.49 21.21 0.79 0.29
Hex 83 38 F 0 39 59 31 15 4F 1D
Octal 203 70 17 0 71 131 61 25 117 35
Binary 10000011 111000 1111 0 111001 1011001 110001 10101 1001111 11101

Color Harmonies of #83380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83380F

Black with #83380F

Text Example


Text Example

White with #83380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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