Html Css Color HEX #943425 Burnt Umber

📋 copy color: '#943425'

red 148 ◦ green 52 ◦ blue 37

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

Shades of Burnt Umber #943425

Tints of Burnt Umber #943425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 62.45%
G = 21.94%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#943425 (or 0x943425) is known color: Burnt Umber. HEX triplet: 94, 34 and 25. RGB value is (148,52,37). Sum of RGB (Red+Green+Blue) = 148+52+37=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #943425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943425 is #6BCBDA. Grayscale: #4F4F4F. Windows color (decimal): -7064539 or 2438292. OLE color: 2438292.

HSL color Cylindrical-coordinate representation of color #943425: hue angle of 8.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943425 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 37 -
CMYK 0 0.65 0.75 0.42
HSL 8.11º 0.6% 0.36% -
HSV(B) 8.11º 0.75% 0.58% -
XYZ 13.77 8.89 2.74 -
YUV 78.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 148 52 37 0 0.65 0.75 0.42 8.11 0.6 0.36
Hex 94 34 25 0 41 4B 2A 8 3C 24
Octal 224 64 45 0 101 113 52 10 74 44
Binary 10010100 110100 100101 0 1000001 1001011 101010 1000 111100 100100

Color Harmonies of #943425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943425

Black with #943425

Text Example


Text Example

White with #943425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943425; }

 p { color: rgb(148,52,37); }

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

background-color css

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

 a { background-color: rgb(148,52,37); }

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

border-color css

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

 span { border-color: rgb(148,52,37); }

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