Html Css Color HEX #72633B Yellow Metal

📋 copy color: '#72633B'

red 114 ◦ green 99 ◦ blue 59

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

Shades of Yellow Metal #72633B

Tints of Yellow Metal #72633B

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 41.91%
G = 36.4%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72633B (or 0x72633B) is known color: Yellow Metal. HEX triplet: 72, 63 and 3B. RGB value is (114,99,59). Sum of RGB (Red+Green+Blue) = 114+99+59=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72633B is #8D9CC4. Grayscale: #636363. Windows color (decimal): -9280709 or 3892082. OLE color: 3892082.

HSL color Cylindrical-coordinate representation of color #72633B: hue angle of 43.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72633B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 59 -
CMYK 0 0.13 0.48 0.55
HSL 43.64º 0.32% 0.34% -
HSV(B) 43.64º 0.48% 0.45% -
XYZ 12.19 12.82 5.97 -
YUV 98.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 114 99 59 0 0.13 0.48 0.55 43.64 0.32 0.34
Hex 72 63 3B 0 D 30 37 2C 20 22
Octal 162 143 73 0 15 60 67 54 40 42
Binary 1110010 1100011 111011 0 1101 110000 110111 101100 100000 100010

Color Harmonies of #72633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72633B

Black with #72633B

Text Example


Text Example

White with #72633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72633B; }

 p { color: rgb(114,99,59); }

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

background-color css

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

 a { background-color: rgb(114,99,59); }

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

border-color css

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

 span { border-color: rgb(114,99,59); }

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