Html Css Color HEX #923325 Burnt Umber

📋 copy color: '#923325'

red 146 ◦ green 51 ◦ blue 37

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

Shades of Burnt Umber #923325

Tints of Burnt Umber #923325

RGB

 RED value IS 146 (57.42% from 255) = 62.39%

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 62.39%
G = 21.79%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#923325 (or 0x923325) is known color: Burnt Umber. HEX triplet: 92, 33 and 25. RGB value is (146,51,37). Sum of RGB (Red+Green+Blue) = 146+51+37=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #923325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923325 is #6DCCDA. Grayscale: #4D4D4D. Windows color (decimal): -7195867 or 2438034. OLE color: 2438034.

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

Color convert

RGB 146 51 37 -
CMYK 0 0.65 0.75 0.43
HSL 7.71º 0.6% 0.36% -
HSV(B) 7.71º 0.75% 0.57% -
XYZ 13.37 8.61 2.71 -
YUV 77.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 146 51 37 0 0.65 0.75 0.43 7.71 0.6 0.36
Hex 92 33 25 0 41 4B 2B 8 3C 24
Octal 222 63 45 0 101 113 53 10 74 44
Binary 10010010 110011 100101 0 1000001 1001011 101011 1000 111100 100100

Color Harmonies of #923325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923325

Black with #923325

Text Example


Text Example

White with #923325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923325; }

 p { color: rgb(146,51,37); }

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

background-color css

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

 a { background-color: rgb(146,51,37); }

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

border-color css

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

 span { border-color: rgb(146,51,37); }

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