Html Css Color HEX #833D0A Saddle Brown

📋 copy color: '#833D0A'

red 131 ◦ green 61 ◦ blue 10

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

Shades of Saddle Brown #833D0A

Tints of Saddle Brown #833D0A

RGB

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

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

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

R = 64.85%
G = 30.2%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#833D0A (or 0x833D0A) is known color: Saddle Brown. HEX triplet: 83, 3D and 0A. RGB value is (131,61,10). Sum of RGB (Red+Green+Blue) = 131+61+10=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #833D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D0A is #7CC2F5. Grayscale: #4C4C4C. Windows color (decimal): -8176374 or 671107. OLE color: 671107.

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

Color convert

RGB 131 61 10 -
CMYK 0 0.53 0.92 0.49
HSL 25.29º 0.86% 0.28% -
HSV(B) 25.29º 0.92% 0.51% -
XYZ 11.08 8.18 1.28 -
YUV 76.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 131 61 10 0 0.53 0.92 0.49 25.29 0.86 0.28
Hex 83 3D A 0 35 5C 31 19 56 1C
Octal 203 75 12 0 65 134 61 31 126 34
Binary 10000011 111101 1010 0 110101 1011100 110001 11001 1010110 11100

Color Harmonies of #833D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D0A

Black with #833D0A

Text Example


Text Example

White with #833D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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