Html Css Color HEX #852C01 Saddle Brown

📋 copy color: '#852C01'

red 133 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #852C01

Tints of Saddle Brown #852C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.72%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 74.72%
G = 24.72%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852C01 (or 0x852C01) is known color: Saddle Brown. HEX triplet: 85, 2C and 01. RGB value is (133,44,1). Sum of RGB (Red+Green+Blue) = 133+44+1=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C01 is #7AD3FE. Grayscale: #414141. Windows color (decimal): -8049663 or 76933. OLE color: 76933.

HSL color Cylindrical-coordinate representation of color #852C01: hue angle of 19.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #852C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 1 -
CMYK 0 0.67 0.99 0.48
HSL 19.55º 0.99% 0.26% -
HSV(B) 19.55º 0.99% 0.52% -
XYZ 10.58 6.79 0.78 -
YUV 65.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 133 44 1 0 0.67 0.99 0.48 19.55 0.99 0.26
Hex 85 2C 1 0 43 63 30 14 63 1A
Octal 205 54 1 0 103 143 60 24 143 32
Binary 10000101 101100 1 0 1000011 1100011 110000 10100 1100011 11010

Color Harmonies of #852C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C01

Black with #852C01

Text Example


Text Example

White with #852C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C01; }

 p { color: rgb(133,44,1); }

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

background-color css

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

 a { background-color: rgb(133,44,1); }

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

border-color css

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

 span { border-color: rgb(133,44,1); }

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