Html Css Color HEX #C4750B Dark Goldenrod

📋 copy color: '#C4750B'

red 196 ◦ green 117 ◦ blue 11

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

Shades of Dark Goldenrod #C4750B

Tints of Dark Goldenrod #C4750B

RGB

 RED value IS 196 (76.95% from 255) = 60.49%

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 60.49%
G = 36.11%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4750B (or 0xC4750B) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 0B. RGB value is (196,117,11). Sum of RGB (Red+Green+Blue) = 196+117+11=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4750B is #3B8AF4. Grayscale: #818181. Windows color (decimal): -3902197 or 751044. OLE color: 751044.

HSL color Cylindrical-coordinate representation of color #C4750B: hue angle of 34.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4750B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 11 -
CMYK 0 0.40 0.94 0.23
HSL 34.38º 0.89% 0.41% -
HSV(B) 34.38º 0.94% 0.77% -
XYZ 29.19 24.48 3.5 -
YUV 128.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 196 117 11 0 0.40 0.94 0.23 34.38 0.89 0.41
Hex C4 75 B 0 28 5E 17 22 59 29
Octal 304 165 13 0 50 136 27 42 131 51
Binary 11000100 1110101 1011 0 101000 1011110 10111 100010 1011001 101001

Color Harmonies of #C4750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4750B

Black with #C4750B

Text Example


Text Example

White with #C4750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4750B; }

 p { color: rgb(196,117,11); }

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

background-color css

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

 a { background-color: rgb(196,117,11); }

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

border-color css

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

 span { border-color: rgb(196,117,11); }

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