Html Css Color HEX #C27B13 Dark Goldenrod

📋 copy color: '#C27B13'

red 194 ◦ green 123 ◦ blue 19

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

Shades of Dark Goldenrod #C27B13

Tints of Dark Goldenrod #C27B13

RGB

 RED value IS 194 (76.17% from 255) = 57.74%

 GREEN value IS 123 (48.44% from 255) = 36.61%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 57.74%
G = 36.61%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27B13 (or 0xC27B13) is known color: Dark Goldenrod. HEX triplet: C2, 7B and 13. RGB value is (194,123,19). Sum of RGB (Red+Green+Blue) = 194+123+19=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B13 is #3D84EC. Grayscale: #848484. Windows color (decimal): -4031725 or 1276866. OLE color: 1276866.

HSL color Cylindrical-coordinate representation of color #C27B13: hue angle of 35.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27B13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 19 -
CMYK 0 0.37 0.90 0.24
HSL 35.66º 0.82% 0.42% -
HSV(B) 35.66º 0.9% 0.76% -
XYZ 29.45 25.68 4.02 -
YUV 132.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 194 123 19 0 0.37 0.90 0.24 35.66 0.82 0.42
Hex C2 7B 13 0 25 5A 18 24 52 2A
Octal 302 173 23 0 45 132 30 44 122 52
Binary 11000010 1111011 10011 0 100101 1011010 11000 100100 1010010 101010

Color Harmonies of #C27B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B13

Black with #C27B13

Text Example


Text Example

White with #C27B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B13; }

 p { color: rgb(194,123,19); }

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

background-color css

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

 a { background-color: rgb(194,123,19); }

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

border-color css

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

 span { border-color: rgb(194,123,19); }

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