Html Css Color HEX #833A12 Saddle Brown

📋 copy color: '#833A12'

red 131 ◦ green 58 ◦ blue 18

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

Shades of Saddle Brown #833A12

Tints of Saddle Brown #833A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 63.29%
G = 28.02%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#833A12 (or 0x833A12) is known color: Saddle Brown. HEX triplet: 83, 3A and 12. RGB value is (131,58,18). Sum of RGB (Red+Green+Blue) = 131+58+18=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #833A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833A12 is #7CC5ED. Grayscale: #4B4B4B. Windows color (decimal): -8177134 or 1194627. OLE color: 1194627.

HSL color Cylindrical-coordinate representation of color #833A12: hue angle of 21.24º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #833A12 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 58 18 -
CMYK 0 0.56 0.86 0.49
HSL 21.24º 0.76% 0.29% -
HSV(B) 21.24º 0.86% 0.51% -
XYZ 10.98 7.9 1.52 -
YUV 75.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 131 58 18 0 0.56 0.86 0.49 21.24 0.76 0.29
Hex 83 3A 12 0 38 56 31 15 4C 1D
Octal 203 72 22 0 70 126 61 25 114 35
Binary 10000011 111010 10010 0 111000 1010110 110001 10101 1001100 11101

Color Harmonies of #833A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A12

Black with #833A12

Text Example


Text Example

White with #833A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,58,18); }

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

background-color css

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

 a { background-color: rgb(131,58,18); }

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

border-color css

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

 span { border-color: rgb(131,58,18); }

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