Html Css Color HEX #833008 Saddle Brown

📋 copy color: '#833008'

red 131 ◦ green 48 ◦ blue 8

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

Shades of Saddle Brown #833008

Tints of Saddle Brown #833008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 70.05%
G = 25.67%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#833008 (or 0x833008) is known color: Saddle Brown. HEX triplet: 83, 30 and 08. RGB value is (131,48,8). Sum of RGB (Red+Green+Blue) = 131+48+8=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #833008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833008 is #7CCFF7. Grayscale: #444444. Windows color (decimal): -8179704 or 536707. OLE color: 536707.

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

Color convert

RGB 131 48 8 -
CMYK 0 0.63 0.94 0.49
HSL 19.51º 0.88% 0.27% -
HSV(B) 19.51º 0.94% 0.51% -
XYZ 10.46 6.96 1.02 -
YUV 68.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 131 48 8 0 0.63 0.94 0.49 19.51 0.88 0.27
Hex 83 30 8 0 3F 5E 31 14 58 1B
Octal 203 60 10 0 77 136 61 24 130 33
Binary 10000011 110000 1000 0 111111 1011110 110001 10100 1011000 11011

Color Harmonies of #833008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833008

Black with #833008

Text Example


Text Example

White with #833008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833008; }

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

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

background-color css

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

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

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

border-color css

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

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

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