Html Css Color HEX #C28930 Geebung

📋 copy color: '#C28930'

red 194 ◦ green 137 ◦ blue 48

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

Shades of Geebung #C28930

Tints of Geebung #C28930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 51.19%
G = 36.15%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C28930 (or 0xC28930) is known color: Geebung. HEX triplet: C2, 89 and 30. RGB value is (194,137,48). Sum of RGB (Red+Green+Blue) = 194+137+48=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28930 is #3D76CF. Grayscale: #909090. Windows color (decimal): -4028112 or 3180994. OLE color: 3180994.

HSL color Cylindrical-coordinate representation of color #C28930: hue angle of 36.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28930 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 48 -
CMYK 0 0.29 0.75 0.24
HSL 36.58º 0.6% 0.47% -
HSV(B) 36.58º 0.75% 0.76% -
XYZ 31.73 29.57 6.83 -
YUV 143.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 194 137 48 0 0.29 0.75 0.24 36.58 0.6 0.47
Hex C2 89 30 0 1D 4B 18 25 3C 2F
Octal 302 211 60 0 35 113 30 45 74 57
Binary 11000010 10001001 110000 0 11101 1001011 11000 100101 111100 101111

Color Harmonies of #C28930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28930

Black with #C28930

Text Example


Text Example

White with #C28930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28930; }

 p { color: rgb(194,137,48); }

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

background-color css

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

 a { background-color: rgb(194,137,48); }

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

border-color css

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

 span { border-color: rgb(194,137,48); }

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