Html Css Color HEX #C48230 Geebung

📋 copy color: '#C48230'

red 196 ◦ green 130 ◦ blue 48

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

Shades of Geebung #C48230

Tints of Geebung #C48230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

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

R = 52.41%
G = 34.76%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C48230 (or 0xC48230) is known color: Geebung. HEX triplet: C4, 82 and 30. RGB value is (196,130,48). Sum of RGB (Red+Green+Blue) = 196+130+48=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C48230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48230 is #3B7DCF. Grayscale: #8C8C8C. Windows color (decimal): -3898832 or 3179204. OLE color: 3179204.

HSL color Cylindrical-coordinate representation of color #C48230: hue angle of 33.24º 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 #C48230 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 48 -
CMYK 0 0.34 0.76 0.23
HSL 33.24º 0.61% 0.48% -
HSV(B) 33.24º 0.76% 0.77% -
XYZ 31.28 27.91 6.54 -
YUV 140.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 196 130 48 0 0.34 0.76 0.23 33.24 0.61 0.48
Hex C4 82 30 0 22 4C 17 21 3D 30
Octal 304 202 60 0 42 114 27 41 75 60
Binary 11000100 10000010 110000 0 100010 1001100 10111 100001 111101 110000

Color Harmonies of #C48230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48230

Black with #C48230

Text Example


Text Example

White with #C48230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48230; }

 p { color: rgb(196,130,48); }

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

background-color css

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

 a { background-color: rgb(196,130,48); }

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

border-color css

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

 span { border-color: rgb(196,130,48); }

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