Html Css Color HEX #C38129 Geebung

📋 copy color: '#C38129'

red 195 ◦ green 129 ◦ blue 41

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

Shades of Geebung #C38129

Tints of Geebung #C38129

RGB

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

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

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

R = 53.42%
G = 35.34%
B = 11.23%

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

#C38129 (or 0xC38129) is known color: Geebung. HEX triplet: C3, 81 and 29. RGB value is (195,129,41). Sum of RGB (Red+Green+Blue) = 195+129+41=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38129 is #3C7ED6. Grayscale: #8B8B8B. Windows color (decimal): -3964631 or 2720195. OLE color: 2720195.

HSL color Cylindrical-coordinate representation of color #C38129: hue angle of 34.29º 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 #C38129 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 41 -
CMYK 0 0.34 0.79 0.24
HSL 34.29º 0.65% 0.46% -
HSV(B) 34.29º 0.79% 0.76% -
XYZ 30.76 27.46 5.78 -
YUV 138.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 195 129 41 0 0.34 0.79 0.24 34.29 0.65 0.46
Hex C3 81 29 0 22 4F 18 22 41 2E
Octal 303 201 51 0 42 117 30 42 101 56
Binary 11000011 10000001 101001 0 100010 1001111 11000 100010 1000001 101110

Color Harmonies of #C38129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38129

Black with #C38129

Text Example


Text Example

White with #C38129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38129; }

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

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

background-color css

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

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

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

border-color css

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

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

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