Html Css Color HEX #C38029 Geebung

📋 copy color: '#C38029'

red 195 ◦ green 128 ◦ blue 41

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

Shades of Geebung #C38029

Tints of Geebung #C38029

RGB

 RED value IS 195 (76.56% from 255) = 53.57%

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

 BLUE value IS 41 (16.41% from 255) = 11.26%

R = 53.57%
G = 35.16%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C38029 (or 0xC38029) is known color: Geebung. HEX triplet: C3, 80 and 29. RGB value is (195,128,41). Sum of RGB (Red+Green+Blue) = 195+128+41=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C38029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38029 is #3C7FD6. Grayscale: #8A8A8A. Windows color (decimal): -3964887 or 2719939. OLE color: 2719939.

HSL color Cylindrical-coordinate representation of color #C38029: hue angle of 33.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C38029 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 41 -
CMYK 0 0.34 0.79 0.24
HSL 33.9º 0.65% 0.46% -
HSV(B) 33.9º 0.79% 0.76% -
XYZ 30.63 27.2 5.73 -
YUV 138.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 195 128 41 0 0.34 0.79 0.24 33.9 0.65 0.46
Hex C3 80 29 0 22 4F 18 22 41 2E
Octal 303 200 51 0 42 117 30 42 101 56
Binary 11000011 10000000 101001 0 100010 1001111 11000 100010 1000001 101110

Color Harmonies of #C38029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38029

Black with #C38029

Text Example


Text Example

White with #C38029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38029; }

 p { color: rgb(195,128,41); }

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

background-color css

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

 a { background-color: rgb(195,128,41); }

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

border-color css

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

 span { border-color: rgb(195,128,41); }

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