Html Css Color HEX #833C12 Saddle Brown

📋 copy color: '#833C12'

red 131 ◦ green 60 ◦ blue 18

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

Shades of Saddle Brown #833C12

Tints of Saddle Brown #833C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

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

R = 62.68%
G = 28.71%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#833C12 (or 0x833C12) is known color: Saddle Brown. HEX triplet: 83, 3C and 12. RGB value is (131,60,18). Sum of RGB (Red+Green+Blue) = 131+60+18=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #833C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C12 is #7CC3ED. Grayscale: #4C4C4C. Windows color (decimal): -8176622 or 1195139. OLE color: 1195139.

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

Color convert

RGB 131 60 18 -
CMYK 0 0.54 0.86 0.49
HSL 22.3º 0.76% 0.29% -
HSV(B) 22.3º 0.86% 0.51% -
XYZ 11.09 8.1 1.55 -
YUV 76.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 131 60 18 0 0.54 0.86 0.49 22.3 0.76 0.29
Hex 83 3C 12 0 36 56 31 16 4C 1D
Octal 203 74 22 0 66 126 61 26 114 35
Binary 10000011 111100 10010 0 110110 1010110 110001 10110 1001100 11101

Color Harmonies of #833C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833C12

Black with #833C12

Text Example


Text Example

White with #833C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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