Html Css Color HEX #833B0A Saddle Brown

📋 copy color: '#833B0A'

red 131 ◦ green 59 ◦ blue 10

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

Shades of Saddle Brown #833B0A

Tints of Saddle Brown #833B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

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

R = 65.5%
G = 29.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#833B0A (or 0x833B0A) is known color: Saddle Brown. HEX triplet: 83, 3B and 0A. RGB value is (131,59,10). Sum of RGB (Red+Green+Blue) = 131+59+10=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #833B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B0A is #7CC4F5. Grayscale: #4B4B4B. Windows color (decimal): -8176886 or 670595. OLE color: 670595.

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

Color convert

RGB 131 59 10 -
CMYK 0 0.55 0.92 0.49
HSL 24.3º 0.86% 0.28% -
HSV(B) 24.3º 0.92% 0.51% -
XYZ 10.98 7.98 1.25 -
YUV 74.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 131 59 10 0 0.55 0.92 0.49 24.3 0.86 0.28
Hex 83 3B A 0 37 5C 31 18 56 1C
Octal 203 73 12 0 67 134 61 30 126 34
Binary 10000011 111011 1010 0 110111 1011100 110001 11000 1010110 11100

Color Harmonies of #833B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B0A

Black with #833B0A

Text Example


Text Example

White with #833B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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