Html Css Color HEX #942F23 Burnt Umber

📋 copy color: '#942F23'

red 148 ◦ green 47 ◦ blue 35

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

Shades of Burnt Umber #942F23

Tints of Burnt Umber #942F23

RGB

 RED value IS 148 (58.2% from 255) = 64.35%

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

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

R = 64.35%
G = 20.43%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942F23 (or 0x942F23) is known color: Burnt Umber. HEX triplet: 94, 2F and 23. RGB value is (148,47,35). Sum of RGB (Red+Green+Blue) = 148+47+35=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F23 is #6BD0DC. Grayscale: #4B4B4B. Windows color (decimal): -7065821 or 2305940. OLE color: 2305940.

HSL color Cylindrical-coordinate representation of color #942F23: hue angle of 6.37º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942F23 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 35 -
CMYK 0 0.68 0.76 0.42
HSL 6.37º 0.62% 0.36% -
HSV(B) 6.37º 0.76% 0.58% -
XYZ 13.53 8.45 2.51 -
YUV 75.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 148 47 35 0 0.68 0.76 0.42 6.37 0.62 0.36
Hex 94 2F 23 0 44 4C 2A 6 3E 24
Octal 224 57 43 0 104 114 52 6 76 44
Binary 10010100 101111 100011 0 1000100 1001100 101010 110 111110 100100

Color Harmonies of #942F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F23

Black with #942F23

Text Example


Text Example

White with #942F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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