Html Css Color HEX #C07D34 Geebung

📋 copy color: '#C07D34'

red 192 ◦ green 125 ◦ blue 52

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

Shades of Geebung #C07D34

Tints of Geebung #C07D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 52.03%
G = 33.88%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07D34 (or 0xC07D34) is known color: Geebung. HEX triplet: C0, 7D and 34. RGB value is (192,125,52). Sum of RGB (Red+Green+Blue) = 192+125+52=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D34 is #3F82CB. Grayscale: #898989. Windows color (decimal): -4162252 or 3440064. OLE color: 3440064.

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

Color convert

RGB 192 125 52 -
CMYK 0 0.35 0.73 0.25
HSL 31.29º 0.57% 0.48% -
HSV(B) 31.29º 0.73% 0.75% -
XYZ 29.69 26.12 6.73 -
YUV 136.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 192 125 52 0 0.35 0.73 0.25 31.29 0.57 0.48
Hex C0 7D 34 0 23 49 19 1F 39 30
Octal 300 175 64 0 43 111 31 37 71 60
Binary 11000000 1111101 110100 0 100011 1001001 11001 11111 111001 110000

Color Harmonies of #C07D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D34

Black with #C07D34

Text Example


Text Example

White with #C07D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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