Html Css Color HEX #833812 Saddle Brown

📋 copy color: '#833812'

red 131 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #833812

Tints of Saddle Brown #833812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 63.9%
G = 27.32%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#833812 (or 0x833812) is known color: Saddle Brown. HEX triplet: 83, 38 and 12. RGB value is (131,56,18). Sum of RGB (Red+Green+Blue) = 131+56+18=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #833812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833812 is #7CC7ED. Grayscale: #4A4A4A. Windows color (decimal): -8177646 or 1194115. OLE color: 1194115.

HSL color Cylindrical-coordinate representation of color #833812: hue angle of 20.18º 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 #833812 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 18 -
CMYK 0 0.57 0.86 0.49
HSL 20.18º 0.76% 0.29% -
HSV(B) 20.18º 0.86% 0.51% -
XYZ 10.88 7.7 1.48 -
YUV 74.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 131 56 18 0 0.57 0.86 0.49 20.18 0.76 0.29
Hex 83 38 12 0 39 56 31 14 4C 1D
Octal 203 70 22 0 71 126 61 24 114 35
Binary 10000011 111000 10010 0 111001 1010110 110001 10100 1001100 11101

Color Harmonies of #833812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833812

Black with #833812

Text Example


Text Example

White with #833812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833812; }

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

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

background-color css

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

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

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

border-color css

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

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

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