Html Css Color HEX #833D0E Saddle Brown

📋 copy color: '#833D0E'

red 131 ◦ green 61 ◦ blue 14

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

Shades of Saddle Brown #833D0E

Tints of Saddle Brown #833D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 63.59%
G = 29.61%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#833D0E (or 0x833D0E) is known color: Saddle Brown. HEX triplet: 83, 3D and 0E. RGB value is (131,61,14). Sum of RGB (Red+Green+Blue) = 131+61+14=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D0E is #7CC2F1. Grayscale: #4C4C4C. Windows color (decimal): -8176370 or 933251. OLE color: 933251.

HSL color Cylindrical-coordinate representation of color #833D0E: hue angle of 24.1º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #833D0E is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 61 14 -
CMYK 0 0.53 0.89 0.49
HSL 24.1º 0.81% 0.28% -
HSV(B) 24.1º 0.89% 0.51% -
XYZ 11.11 8.19 1.41 -
YUV 76.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 131 61 14 0 0.53 0.89 0.49 24.1 0.81 0.28
Hex 83 3D E 0 35 59 31 18 51 1C
Octal 203 75 16 0 65 131 61 30 121 34
Binary 10000011 111101 1110 0 110101 1011001 110001 11000 1010001 11100

Color Harmonies of #833D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D0E

Black with #833D0E

Text Example


Text Example

White with #833D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,61,14); }

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

background-color css

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

 a { background-color: rgb(131,61,14); }

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

border-color css

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

 span { border-color: rgb(131,61,14); }

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