Html Css Color HEX #802F23 Burnt Umber

📋 copy color: '#802F23'

red 128 ◦ green 47 ◦ blue 35

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

Shades of Burnt Umber #802F23

Tints of Burnt Umber #802F23

RGB

 RED value IS 128 (50.39% from 255) = 60.95%

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

 BLUE value IS 35 (14.06% from 255) = 16.67%

R = 60.95%
G = 22.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802F23 (or 0x802F23) is known color: Burnt Umber. HEX triplet: 80, 2F and 23. RGB value is (128,47,35). Sum of RGB (Red+Green+Blue) = 128+47+35=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F23 is #7FD0DC. Grayscale: #454545. Windows color (decimal): -8376541 or 2305920. OLE color: 2305920.

HSL color Cylindrical-coordinate representation of color #802F23: hue angle of 7.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802F23 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 35 -
CMYK 0 0.63 0.73 0.50
HSL 7.74º 0.57% 0.32% -
HSV(B) 7.74º 0.73% 0.5% -
XYZ 10.22 6.74 2.35 -
YUV 69.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 128 47 35 0 0.63 0.73 0.50 7.74 0.57 0.32
Hex 80 2F 23 0 3F 49 32 8 39 20
Octal 200 57 43 0 77 111 62 10 71 40
Binary 10000000 101111 100011 0 111111 1001001 110010 1000 111001 100000

Color Harmonies of #802F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F23

Black with #802F23

Text Example


Text Example

White with #802F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802F23; }

 p { color: rgb(128,47,35); }

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

background-color css

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

 a { background-color: rgb(128,47,35); }

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

border-color css

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

 span { border-color: rgb(128,47,35); }

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