Html Css Color HEX #833000 Saddle Brown

📋 copy color: '#833000'

red 131 ◦ green 48 ◦ blue 0

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

Shades of Saddle Brown #833000

Tints of Saddle Brown #833000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.18%
G = 26.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833000 (or 0x833000) is known color: Saddle Brown. HEX triplet: 83, 30 and 00. RGB value is (131,48,0). Sum of RGB (Red+Green+Blue) = 131+48+0=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #833000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833000 is #7CCFFF. Grayscale: #434343. Windows color (decimal): -8179712 or 12419. OLE color: 12419.

HSL color Cylindrical-coordinate representation of color #833000: hue angle of 21.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #833000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 0 -
CMYK 0 0.63 1 0.49
HSL 21.98º 1% 0.26% -
HSV(B) 21.98º 1% 0.51% -
XYZ 10.42 6.94 0.79 -
YUV 67.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 131 48 0 0 0.63 1 0.49 21.98 1 0.26
Hex 83 30 0 0 3F 64 31 16 64 1A
Octal 203 60 0 0 77 144 61 26 144 32
Binary 10000011 110000 0 0 111111 1100100 110001 10110 1100100 11010

Color Harmonies of #833000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833000

Black with #833000

Text Example


Text Example

White with #833000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833000; }

 p { color: rgb(131,48,0); }

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

background-color css

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

 a { background-color: rgb(131,48,0); }

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

border-color css

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

 span { border-color: rgb(131,48,0); }

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