Html Css Color HEX #833C13 Saddle Brown

📋 copy color: '#833C13'

red 131 ◦ green 60 ◦ blue 19

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

Shades of Saddle Brown #833C13

Tints of Saddle Brown #833C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 62.38%
G = 28.57%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#833C13 (or 0x833C13) is known color: Saddle Brown. HEX triplet: 83, 3C and 13. RGB value is (131,60,19). Sum of RGB (Red+Green+Blue) = 131+60+19=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #833C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C13 is #7CC3EC. Grayscale: #4C4C4C. Windows color (decimal): -8176621 or 1260675. OLE color: 1260675.

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

Color convert

RGB 131 60 19 -
CMYK 0 0.54 0.85 0.49
HSL 21.96º 0.75% 0.29% -
HSV(B) 21.96º 0.85% 0.51% -
XYZ 11.09 8.1 1.6 -
YUV 76.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 131 60 19 0 0.54 0.85 0.49 21.96 0.75 0.29
Hex 83 3C 13 0 36 55 31 16 4B 1D
Octal 203 74 23 0 66 125 61 26 113 35
Binary 10000011 111100 10011 0 110110 1010101 110001 10110 1001011 11101

Color Harmonies of #833C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833C13

Black with #833C13

Text Example


Text Example

White with #833C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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