Html Css Color HEX #C08035 Geebung

📋 copy color: '#C08035'

red 192 ◦ green 128 ◦ blue 53

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

Shades of Geebung #C08035

Tints of Geebung #C08035

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 51.47%
G = 34.32%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08035 (or 0xC08035) is known color: Geebung. HEX triplet: C0, 80 and 35. RGB value is (192,128,53). Sum of RGB (Red+Green+Blue) = 192+128+53=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C08035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08035 is #3F7FCA. Grayscale: #8A8A8A. Windows color (decimal): -4161483 or 3506368. OLE color: 3506368.

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

Color convert

RGB 192 128 53 -
CMYK 0 0.33 0.72 0.25
HSL 32.37º 0.57% 0.48% -
HSV(B) 32.37º 0.72% 0.75% -
XYZ 30.1 26.9 6.97 -
YUV 138.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 192 128 53 0 0.33 0.72 0.25 32.37 0.57 0.48
Hex C0 80 35 0 21 48 19 20 39 30
Octal 300 200 65 0 41 110 31 40 71 60
Binary 11000000 10000000 110101 0 100001 1001000 11001 100000 111001 110000

Color Harmonies of #C08035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08035

Black with #C08035

Text Example


Text Example

White with #C08035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08035; }

 p { color: rgb(192,128,53); }

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

background-color css

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

 a { background-color: rgb(192,128,53); }

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

border-color css

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

 span { border-color: rgb(192,128,53); }

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