Html Css Color HEX #942607 Burnt Umber

📋 copy color: '#942607'

red 148 ◦ green 38 ◦ blue 7

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

Shades of Burnt Umber #942607

Tints of Burnt Umber #942607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 76.68%
G = 19.69%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#942607 (or 0x942607) is known color: Burnt Umber. HEX triplet: 94, 26 and 07. RGB value is (148,38,7). Sum of RGB (Red+Green+Blue) = 148+38+7=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #942607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942607 is #6BD9F8. Grayscale: #434343. Windows color (decimal): -7068153 or 468628. OLE color: 468628.

HSL color Cylindrical-coordinate representation of color #942607: hue angle of 13.19º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #942607 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 38 7 -
CMYK 0 0.74 0.95 0.42
HSL 13.19º 0.91% 0.3% -
HSV(B) 13.19º 0.95% 0.58% -
XYZ 12.94 7.7 1 -
YUV 67.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 148 38 7 0 0.74 0.95 0.42 13.19 0.91 0.3
Hex 94 26 7 0 4A 5F 2A D 5B 1E
Octal 224 46 7 0 112 137 52 15 133 36
Binary 10010100 100110 111 0 1001010 1011111 101010 1101 1011011 11110

Color Harmonies of #942607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942607

Black with #942607

Text Example


Text Example

White with #942607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942607; }

 p { color: rgb(148,38,7); }

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

background-color css

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

 a { background-color: rgb(148,38,7); }

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

border-color css

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

 span { border-color: rgb(148,38,7); }

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