Html Css Color HEX #854307 Saddle Brown

📋 copy color: '#854307'

red 133 ◦ green 67 ◦ blue 7

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

Shades of Saddle Brown #854307

Tints of Saddle Brown #854307

RGB

 RED value IS 133 (52.34% from 255) = 64.25%

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

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

R = 64.25%
G = 32.37%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#854307 (or 0x854307) is known color: Saddle Brown. HEX triplet: 85, 43 and 07. RGB value is (133,67,7). Sum of RGB (Red+Green+Blue) = 133+67+7=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #854307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854307 is #7ABCF8. Grayscale: #505050. Windows color (decimal): -8043769 or 476037. OLE color: 476037.

HSL color Cylindrical-coordinate representation of color #854307: hue angle of 28.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #854307 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 7 -
CMYK 0 0.50 0.95 0.48
HSL 28.57º 0.9% 0.27% -
HSV(B) 28.57º 0.95% 0.52% -
XYZ 11.72 9.02 1.32 -
YUV 79.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 133 67 7 0 0.50 0.95 0.48 28.57 0.9 0.27
Hex 85 43 7 0 32 5F 30 1D 5A 1B
Octal 205 103 7 0 62 137 60 35 132 33
Binary 10000101 1000011 111 0 110010 1011111 110000 11101 1011010 11011

Color Harmonies of #854307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854307

Black with #854307

Text Example


Text Example

White with #854307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854307; }

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

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

background-color css

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

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

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

border-color css

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

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

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