Html Css Color HEX #833A0F Saddle Brown

📋 copy color: '#833A0F'

red 131 ◦ green 58 ◦ blue 15

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

Shades of Saddle Brown #833A0F

Tints of Saddle Brown #833A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 64.22%
G = 28.43%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#833A0F (or 0x833A0F) is known color: Saddle Brown. HEX triplet: 83, 3A and 0F. RGB value is (131,58,15). Sum of RGB (Red+Green+Blue) = 131+58+15=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #833A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833A0F is #7CC5F0. Grayscale: #4B4B4B. Windows color (decimal): -8177137 or 998019. OLE color: 998019.

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

Color convert

RGB 131 58 15 -
CMYK 0 0.56 0.89 0.49
HSL 22.24º 0.79% 0.29% -
HSV(B) 22.24º 0.89% 0.51% -
XYZ 10.96 7.89 1.4 -
YUV 74.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 131 58 15 0 0.56 0.89 0.49 22.24 0.79 0.29
Hex 83 3A F 0 38 59 31 16 4F 1D
Octal 203 72 17 0 70 131 61 26 117 35
Binary 10000011 111010 1111 0 111000 1011001 110001 10110 1001111 11101

Color Harmonies of #833A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A0F

Black with #833A0F

Text Example


Text Example

White with #833A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,58,15); }

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

background-color css

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

 a { background-color: rgb(131,58,15); }

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

border-color css

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

 span { border-color: rgb(131,58,15); }

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