Html Css Color HEX #833C06 Saddle Brown

📋 copy color: '#833C06'

red 131 ◦ green 60 ◦ blue 6

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

Shades of Saddle Brown #833C06

Tints of Saddle Brown #833C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 66.5%
G = 30.46%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#833C06 (or 0x833C06) is known color: Saddle Brown. HEX triplet: 83, 3C and 06. RGB value is (131,60,6). Sum of RGB (Red+Green+Blue) = 131+60+6=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #833C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C06 is #7CC3F9. Grayscale: #4B4B4B. Windows color (decimal): -8176634 or 408707. OLE color: 408707.

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

Color convert

RGB 131 60 6 -
CMYK 0 0.54 0.95 0.49
HSL 25.92º 0.91% 0.27% -
HSV(B) 25.92º 0.95% 0.51% -
XYZ 11.01 8.07 1.15 -
YUV 75.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 131 60 6 0 0.54 0.95 0.49 25.92 0.91 0.27
Hex 83 3C 6 0 36 5F 31 1A 5B 1B
Octal 203 74 6 0 66 137 61 32 133 33
Binary 10000011 111100 110 0 110110 1011111 110001 11010 1011011 11011

Color Harmonies of #833C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833C06

Black with #833C06

Text Example


Text Example

White with #833C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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