Html Css Color HEX #C07D32 Geebung

📋 copy color: '#C07D32'

red 192 ◦ green 125 ◦ blue 50

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

Shades of Geebung #C07D32

Tints of Geebung #C07D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 52.32%
G = 34.06%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07D32 (or 0xC07D32) is known color: Geebung. HEX triplet: C0, 7D and 32. RGB value is (192,125,50). Sum of RGB (Red+Green+Blue) = 192+125+50=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D32 is #3F82CD. Grayscale: #888888. Windows color (decimal): -4162254 or 3308992. OLE color: 3308992.

HSL color Cylindrical-coordinate representation of color #C07D32: hue angle of 31.69º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07D32 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 50 -
CMYK 0 0.35 0.74 0.25
HSL 31.69º 0.59% 0.47% -
HSV(B) 31.69º 0.74% 0.75% -
XYZ 29.65 26.1 6.49 -
YUV 136.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 192 125 50 0 0.35 0.74 0.25 31.69 0.59 0.47
Hex C0 7D 32 0 23 4A 19 20 3B 2F
Octal 300 175 62 0 43 112 31 40 73 57
Binary 11000000 1111101 110010 0 100011 1001010 11001 100000 111011 101111

Color Harmonies of #C07D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D32

Black with #C07D32

Text Example


Text Example

White with #C07D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D32; }

 p { color: rgb(192,125,50); }

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

background-color css

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

 a { background-color: rgb(192,125,50); }

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

border-color css

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

 span { border-color: rgb(192,125,50); }

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