Html Css Color HEX #C18135 Geebung

📋 copy color: '#C18135'

red 193 ◦ green 129 ◦ blue 53

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

Shades of Geebung #C18135

Tints of Geebung #C18135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 51.47%
G = 34.4%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18135 (or 0xC18135) is known color: Geebung. HEX triplet: C1, 81 and 35. RGB value is (193,129,53). Sum of RGB (Red+Green+Blue) = 193+129+53=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18135 is #3E7ECA. Grayscale: #8B8B8B. Windows color (decimal): -4095691 or 3506625. OLE color: 3506625.

HSL color Cylindrical-coordinate representation of color #C18135: hue angle of 32.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18135 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 53 -
CMYK 0 0.33 0.73 0.24
HSL 32.57º 0.57% 0.48% -
HSV(B) 32.57º 0.73% 0.76% -
XYZ 30.49 27.3 7.03 -
YUV 139.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 193 129 53 0 0.33 0.73 0.24 32.57 0.57 0.48
Hex C1 81 35 0 21 49 18 21 39 30
Octal 301 201 65 0 41 111 30 41 71 60
Binary 11000001 10000001 110101 0 100001 1001001 11000 100001 111001 110000

Color Harmonies of #C18135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18135

Black with #C18135

Text Example


Text Example

White with #C18135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18135; }

 p { color: rgb(193,129,53); }

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

background-color css

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

 a { background-color: rgb(193,129,53); }

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

border-color css

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

 span { border-color: rgb(193,129,53); }

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