Html Css Color HEX #943023 Burnt Umber

📋 copy color: '#943023'

red 148 ◦ green 48 ◦ blue 35

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

Shades of Burnt Umber #943023

Tints of Burnt Umber #943023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 64.07%
G = 20.78%
B = 15.15%

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

#943023 (or 0x943023) is known color: Burnt Umber. HEX triplet: 94, 30 and 23. RGB value is (148,48,35). Sum of RGB (Red+Green+Blue) = 148+48+35=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #943023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943023 is #6BCFDC. Grayscale: #4C4C4C. Windows color (decimal): -7065565 or 2306196. OLE color: 2306196.

HSL color Cylindrical-coordinate representation of color #943023: hue angle of 6.9º 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 #943023 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 35 -
CMYK 0 0.68 0.76 0.42
HSL 6.9º 0.62% 0.36% -
HSV(B) 6.9º 0.76% 0.58% -
XYZ 13.57 8.53 2.52 -
YUV 76.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 148 48 35 0 0.68 0.76 0.42 6.9 0.62 0.36
Hex 94 30 23 0 44 4C 2A 7 3E 24
Octal 224 60 43 0 104 114 52 7 76 44
Binary 10010100 110000 100011 0 1000100 1001100 101010 111 111110 100100

Color Harmonies of #943023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943023

Black with #943023

Text Example


Text Example

White with #943023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943023; }

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

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

background-color css

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

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

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

border-color css

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

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

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