Html Css Color HEX #C38429 Geebung

📋 copy color: '#C38429'

red 195 ◦ green 132 ◦ blue 41

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

Shades of Geebung #C38429

Tints of Geebung #C38429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 52.99%
G = 35.87%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C38429 (or 0xC38429) is known color: Geebung. HEX triplet: C3, 84 and 29. RGB value is (195,132,41). Sum of RGB (Red+Green+Blue) = 195+132+41=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C38429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38429 is #3C7BD6. Grayscale: #8C8C8C. Windows color (decimal): -3963863 or 2720963. OLE color: 2720963.

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

Color convert

RGB 195 132 41 -
CMYK 0 0.32 0.79 0.24
HSL 35.45º 0.65% 0.46% -
HSV(B) 35.45º 0.79% 0.76% -
XYZ 31.16 28.26 5.91 -
YUV 140.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 195 132 41 0 0.32 0.79 0.24 35.45 0.65 0.46
Hex C3 84 29 0 20 4F 18 23 41 2E
Octal 303 204 51 0 40 117 30 43 101 56
Binary 11000011 10000100 101001 0 100000 1001111 11000 100011 1000001 101110

Color Harmonies of #C38429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38429

Black with #C38429

Text Example


Text Example

White with #C38429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38429; }

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

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

background-color css

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

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

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

border-color css

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

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

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