Html Css Color HEX #743000 Baker's Chocolate

📋 copy color: '#743000'

red 116 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #743000

Tints of Baker's Chocolate #743000

RGB

 RED value IS 116 (45.7% from 255) = 70.73%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.73%
G = 29.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#743000 (or 0x743000) is known color: Baker's Chocolate. HEX triplet: 74, 30 and 00. RGB value is (116,48,0). Sum of RGB (Red+Green+Blue) = 116+48+0=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #743000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743000 is #8BCFFF. Grayscale: #3F3F3F. Windows color (decimal): -9162752 or 12404. OLE color: 12404.

HSL color Cylindrical-coordinate representation of color #743000: hue angle of 24.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #743000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 0 -
CMYK 0 0.59 1 0.55
HSL 24.83º 1% 0.23% -
HSV(B) 24.83º 1% 0.45% -
XYZ 8.26 5.83 0.69 -
YUV 62.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 116 48 0 0 0.59 1 0.55 24.83 1 0.23
Hex 74 30 0 0 3B 64 37 19 64 17
Octal 164 60 0 0 73 144 67 31 144 27
Binary 1110100 110000 0 0 111011 1100100 110111 11001 1100100 10111

Color Harmonies of #743000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743000

Black with #743000

Text Example


Text Example

White with #743000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743000; }

 p { color: rgb(116,48,0); }

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

background-color css

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

 a { background-color: rgb(116,48,0); }

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

border-color css

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

 span { border-color: rgb(116,48,0); }

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