Html Css Color HEX #833F14 Saddle Brown

📋 copy color: '#833F14'

red 131 ◦ green 63 ◦ blue 20

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

Shades of Saddle Brown #833F14

Tints of Saddle Brown #833F14

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 61.21%
G = 29.44%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#833F14 (or 0x833F14) is known color: Saddle Brown. HEX triplet: 83, 3F and 14. RGB value is (131,63,20). Sum of RGB (Red+Green+Blue) = 131+63+20=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #833F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833F14 is #7CC0EB. Grayscale: #4E4E4E. Windows color (decimal): -8175852 or 1326979. OLE color: 1326979.

HSL color Cylindrical-coordinate representation of color #833F14: hue angle of 23.24º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #833F14 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 63 20 -
CMYK 0 0.52 0.85 0.49
HSL 23.24º 0.74% 0.3% -
HSV(B) 23.24º 0.85% 0.51% -
XYZ 11.26 8.43 1.7 -
YUV 78.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 131 63 20 0 0.52 0.85 0.49 23.24 0.74 0.3
Hex 83 3F 14 0 34 55 31 17 4A 1E
Octal 203 77 24 0 64 125 61 27 112 36
Binary 10000011 111111 10100 0 110100 1010101 110001 10111 1001010 11110

Color Harmonies of #833F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833F14

Black with #833F14

Text Example


Text Example

White with #833F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833F14; }

 p { color: rgb(131,63,20); }

 H1.HeaderClassName
 {
   color: #833F14;
 }
 .AnyTagClassName
 {
   color: #833F14;
 }
</style>

background-color css

<style>
 a { background-color: #833F14; }

 a { background-color: rgb(131,63,20); }

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

border-color css

<style>
 span { border-color: #833F14; }

 span { border-color: rgb(131,63,20); }

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