Html Css Color HEX #C58630 Geebung

📋 copy color: '#C58630'

red 197 ◦ green 134 ◦ blue 48

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

Shades of Geebung #C58630

Tints of Geebung #C58630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 51.98%
G = 35.36%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C58630 (or 0xC58630) is known color: Geebung. HEX triplet: C5, 86 and 30. RGB value is (197,134,48). Sum of RGB (Red+Green+Blue) = 197+134+48=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C58630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58630 is #3A79CF. Grayscale: #8F8F8F. Windows color (decimal): -3832272 or 3180229. OLE color: 3180229.

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

Color convert

RGB 197 134 48 -
CMYK 0 0.32 0.76 0.23
HSL 34.63º 0.61% 0.48% -
HSV(B) 34.63º 0.76% 0.77% -
XYZ 32.08 29.13 6.73 -
YUV 143.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 197 134 48 0 0.32 0.76 0.23 34.63 0.61 0.48
Hex C5 86 30 0 20 4C 17 23 3D 30
Octal 305 206 60 0 40 114 27 43 75 60
Binary 11000101 10000110 110000 0 100000 1001100 10111 100011 111101 110000

Color Harmonies of #C58630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58630

Black with #C58630

Text Example


Text Example

White with #C58630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58630; }

 p { color: rgb(197,134,48); }

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

background-color css

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

 a { background-color: rgb(197,134,48); }

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

border-color css

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

 span { border-color: rgb(197,134,48); }

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