Html Css Color HEX #832F00 Saddle Brown

📋 copy color: '#832F00'

red 131 ◦ green 47 ◦ blue 0

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

Shades of Saddle Brown #832F00

Tints of Saddle Brown #832F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.4%

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

R = 73.6%
G = 26.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832F00 (or 0x832F00) is known color: Saddle Brown. HEX triplet: 83, 2F and 00. RGB value is (131,47,0). Sum of RGB (Red+Green+Blue) = 131+47+0=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #832F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832F00 is #7CD0FF. Grayscale: #434343. Windows color (decimal): -8179968 or 12163. OLE color: 12163.

HSL color Cylindrical-coordinate representation of color #832F00: hue angle of 21.53º 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 #832F00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 0 -
CMYK 0 0.64 1 0.49
HSL 21.53º 1% 0.26% -
HSV(B) 21.53º 1% 0.51% -
XYZ 10.38 6.86 0.78 -
YUV 66.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 131 47 0 0 0.64 1 0.49 21.53 1 0.26
Hex 83 2F 0 0 40 64 31 16 64 1A
Octal 203 57 0 0 100 144 61 26 144 32
Binary 10000011 101111 0 0 1000000 1100100 110001 10110 1100100 11010

Color Harmonies of #832F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F00

Black with #832F00

Text Example


Text Example

White with #832F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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