Html Css Color HEX #83440F Saddle Brown

📋 copy color: '#83440F'

red 131 ◦ green 68 ◦ blue 15

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

Shades of Saddle Brown #83440F

Tints of Saddle Brown #83440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 61.21%
G = 31.78%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83440F (or 0x83440F) is known color: Saddle Brown. HEX triplet: 83, 44 and 0F. RGB value is (131,68,15). Sum of RGB (Red+Green+Blue) = 131+68+15=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83440F is #7CBBF0. Grayscale: #515151. Windows color (decimal): -8174577 or 1000579. OLE color: 1000579.

HSL color Cylindrical-coordinate representation of color #83440F: hue angle of 27.41º 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 #83440F is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 15 -
CMYK 0 0.48 0.89 0.49
HSL 27.41º 0.79% 0.29% -
HSV(B) 27.41º 0.89% 0.51% -
XYZ 11.51 8.99 1.58 -
YUV 80.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 131 68 15 0 0.48 0.89 0.49 27.41 0.79 0.29
Hex 83 44 F 0 30 59 31 1B 4F 1D
Octal 203 104 17 0 60 131 61 33 117 35
Binary 10000011 1000100 1111 0 110000 1011001 110001 11011 1001111 11101

Color Harmonies of #83440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83440F

Black with #83440F

Text Example


Text Example

White with #83440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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