Html Css Color HEX #834307 Saddle Brown

📋 copy color: '#834307'

red 131 ◦ green 67 ◦ blue 7

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

Shades of Saddle Brown #834307

Tints of Saddle Brown #834307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 63.9%
G = 32.68%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#834307 (or 0x834307) is known color: Saddle Brown. HEX triplet: 83, 43 and 07. RGB value is (131,67,7). Sum of RGB (Red+Green+Blue) = 131+67+7=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834307 is #7CBCF8. Grayscale: #4F4F4F. Windows color (decimal): -8174841 or 476035. OLE color: 476035.

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

Color convert

RGB 131 67 7 -
CMYK 0 0.49 0.95 0.49
HSL 29.03º 0.9% 0.27% -
HSV(B) 29.03º 0.95% 0.51% -
XYZ 11.41 8.85 1.31 -
YUV 79.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 131 67 7 0 0.49 0.95 0.49 29.03 0.9 0.27
Hex 83 43 7 0 31 5F 31 1D 5A 1B
Octal 203 103 7 0 61 137 61 35 132 33
Binary 10000011 1000011 111 0 110001 1011111 110001 11101 1011010 11011

Color Harmonies of #834307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834307

Black with #834307

Text Example


Text Example

White with #834307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834307; }

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

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

background-color css

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

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

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

border-color css

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

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

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