Html Css Color HEX #C5901B Buddha Gold

📋 copy color: '#C5901B'

red 197 ◦ green 144 ◦ blue 27

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

Shades of Buddha Gold #C5901B

Tints of Buddha Gold #C5901B

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 27 (10.94% from 255) = 7.34%

R = 53.53%
G = 39.13%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5901B (or 0xC5901B) is known color: Buddha Gold. HEX triplet: C5, 90 and 1B. RGB value is (197,144,27). Sum of RGB (Red+Green+Blue) = 197+144+27=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5901B is #3A6FE4. Grayscale: #939393. Windows color (decimal): -3829733 or 1806533. OLE color: 1806533.

HSL color Cylindrical-coordinate representation of color #C5901B: hue angle of 41.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5901B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 144 27 -
CMYK 0 0.27 0.86 0.23
HSL 41.29º 0.76% 0.44% -
HSV(B) 41.29º 0.86% 0.77% -
XYZ 33.2 31.9 5.44 -
YUV 146.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 197 144 27 0 0.27 0.86 0.23 41.29 0.76 0.44
Hex C5 90 1B 0 1B 56 17 29 4C 2C
Octal 305 220 33 0 33 126 27 51 114 54
Binary 11000101 10010000 11011 0 11011 1010110 10111 101001 1001100 101100

Color Harmonies of #C5901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5901B

Black with #C5901B

Text Example


Text Example

White with #C5901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5901B; }

 p { color: rgb(197,144,27); }

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

background-color css

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

 a { background-color: rgb(197,144,27); }

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

border-color css

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

 span { border-color: rgb(197,144,27); }

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