Html Css Color HEX #832D07 Saddle Brown

📋 copy color: '#832D07'

red 131 ◦ green 45 ◦ blue 7

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

Shades of Saddle Brown #832D07

Tints of Saddle Brown #832D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.59%

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 71.58%
G = 24.59%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832D07 (or 0x832D07) is known color: Saddle Brown. HEX triplet: 83, 2D and 07. RGB value is (131,45,7). Sum of RGB (Red+Green+Blue) = 131+45+7=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #832D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D07 is #7CD2F8. Grayscale: #424242. Windows color (decimal): -8180473 or 470403. OLE color: 470403.

HSL color Cylindrical-coordinate representation of color #832D07: hue angle of 18.39º degrees, saturation: 0.9, 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 #832D07 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 7 -
CMYK 0 0.66 0.95 0.49
HSL 18.39º 0.9% 0.27% -
HSV(B) 18.39º 0.95% 0.51% -
XYZ 10.34 6.72 0.95 -
YUV 66.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 131 45 7 0 0.66 0.95 0.49 18.39 0.9 0.27
Hex 83 2D 7 0 42 5F 31 12 5A 1B
Octal 203 55 7 0 102 137 61 22 132 33
Binary 10000011 101101 111 0 1000010 1011111 110001 10010 1011010 11011

Color Harmonies of #832D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D07

Black with #832D07

Text Example


Text Example

White with #832D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832D07; }

 p { color: rgb(131,45,7); }

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

background-color css

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

 a { background-color: rgb(131,45,7); }

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

border-color css

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

 span { border-color: rgb(131,45,7); }

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