Html Css Color HEX #83330F Saddle Brown

📋 copy color: '#83330F'

red 131 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #83330F

Tints of Saddle Brown #83330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 66.5%
G = 25.89%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83330F (or 0x83330F) is known color: Saddle Brown. HEX triplet: 83, 33 and 0F. RGB value is (131,51,15). Sum of RGB (Red+Green+Blue) = 131+51+15=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83330F is #7CCCF0. Grayscale: #474747. Windows color (decimal): -8178929 or 996227. OLE color: 996227.

HSL color Cylindrical-coordinate representation of color #83330F: hue angle of 18.62º 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 #83330F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 15 -
CMYK 0 0.61 0.89 0.49
HSL 18.62º 0.79% 0.29% -
HSV(B) 18.62º 0.89% 0.51% -
XYZ 10.63 7.23 1.29 -
YUV 70.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 131 51 15 0 0.61 0.89 0.49 18.62 0.79 0.29
Hex 83 33 F 0 3D 59 31 13 4F 1D
Octal 203 63 17 0 75 131 61 23 117 35
Binary 10000011 110011 1111 0 111101 1011001 110001 10011 1001111 11101

Color Harmonies of #83330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83330F

Black with #83330F

Text Example


Text Example

White with #83330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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