Html Css Color HEX #C18530 Geebung

📋 copy color: '#C18530'

red 193 ◦ green 133 ◦ blue 48

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

Shades of Geebung #C18530

Tints of Geebung #C18530

RGB

 RED value IS 193 (75.78% from 255) = 51.6%

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 51.6%
G = 35.56%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18530 (or 0xC18530) is known color: Geebung. HEX triplet: C1, 85 and 30. RGB value is (193,133,48). Sum of RGB (Red+Green+Blue) = 193+133+48=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18530 is #3E7ACF. Grayscale: #8D8D8D. Windows color (decimal): -4094672 or 3179969. OLE color: 3179969.

HSL color Cylindrical-coordinate representation of color #C18530: hue angle of 35.17º 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 #C18530 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 48 -
CMYK 0 0.31 0.75 0.24
HSL 35.17º 0.6% 0.47% -
HSV(B) 35.17º 0.75% 0.76% -
XYZ 30.91 28.33 6.63 -
YUV 141.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 193 133 48 0 0.31 0.75 0.24 35.17 0.6 0.47
Hex C1 85 30 0 1F 4B 18 23 3C 2F
Octal 301 205 60 0 37 113 30 43 74 57
Binary 11000001 10000101 110000 0 11111 1001011 11000 100011 111100 101111

Color Harmonies of #C18530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18530

Black with #C18530

Text Example


Text Example

White with #C18530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18530; }

 p { color: rgb(193,133,48); }

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

background-color css

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

 a { background-color: rgb(193,133,48); }

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

border-color css

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

 span { border-color: rgb(193,133,48); }

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