Html Css Color HEX #852A1F Burnt Umber

📋 copy color: '#852A1F'

red 133 ◦ green 42 ◦ blue 31

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

Shades of Burnt Umber #852A1F

Tints of Burnt Umber #852A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.39%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 64.56%
G = 20.39%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#852A1F (or 0x852A1F) is known color: Burnt Umber. HEX triplet: 85, 2A and 1F. RGB value is (133,42,31). Sum of RGB (Red+Green+Blue) = 133+42+31=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1F is #7AD5E0. Grayscale: #444444. Windows color (decimal): -8050145 or 2042501. OLE color: 2042501.

HSL color Cylindrical-coordinate representation of color #852A1F: hue angle of 6.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852A1F is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 31 -
CMYK 0 0.68 0.77 0.48
HSL 6.47º 0.62% 0.32% -
HSV(B) 6.47º 0.77% 0.52% -
XYZ 10.75 6.74 2.03 -
YUV 67.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 133 42 31 0 0.68 0.77 0.48 6.47 0.62 0.32
Hex 85 2A 1F 0 44 4D 30 6 3E 20
Octal 205 52 37 0 104 115 60 6 76 40
Binary 10000101 101010 11111 0 1000100 1001101 110000 110 111110 100000

Color Harmonies of #852A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A1F

Black with #852A1F

Text Example


Text Example

White with #852A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,31); }

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

background-color css

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

 a { background-color: rgb(133,42,31); }

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

border-color css

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

 span { border-color: rgb(133,42,31); }

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