Html Css Color HEX #852F0D Saddle Brown

📋 copy color: '#852F0D'

red 133 ◦ green 47 ◦ blue 13

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

Shades of Saddle Brown #852F0D

Tints of Saddle Brown #852F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 68.91%
G = 24.35%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#852F0D (or 0x852F0D) is known color: Saddle Brown. HEX triplet: 85, 2F and 0D. RGB value is (133,47,13). Sum of RGB (Red+Green+Blue) = 133+47+13=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F0D is #7AD0F2. Grayscale: #454545. Windows color (decimal): -8048883 or 864133. OLE color: 864133.

HSL color Cylindrical-coordinate representation of color #852F0D: hue angle of 17º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #852F0D is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 13 -
CMYK 0 0.65 0.90 0.48
HSL 17º 0.82% 0.29% -
HSV(B) 17º 0.9% 0.52% -
XYZ 10.76 7.05 1.17 -
YUV 68.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 133 47 13 0 0.65 0.90 0.48 17 0.82 0.29
Hex 85 2F D 0 41 5A 30 11 52 1D
Octal 205 57 15 0 101 132 60 21 122 35
Binary 10000101 101111 1101 0 1000001 1011010 110000 10001 1010010 11101

Color Harmonies of #852F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F0D

Black with #852F0D

Text Example


Text Example

White with #852F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,47,13); }

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

background-color css

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

 a { background-color: rgb(133,47,13); }

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

border-color css

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

 span { border-color: rgb(133,47,13); }

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