Html Css Color HEX #C38127 Geebung

📋 copy color: '#C38127'

red 195 ◦ green 129 ◦ blue 39

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

Shades of Geebung #C38127

Tints of Geebung #C38127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 53.72%
G = 35.54%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C38127 (or 0xC38127) is known color: Geebung. HEX triplet: C3, 81 and 27. RGB value is (195,129,39). Sum of RGB (Red+Green+Blue) = 195+129+39=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38127 is #3C7ED8. Grayscale: #8A8A8A. Windows color (decimal): -3964633 or 2589123. OLE color: 2589123.

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

Color convert

RGB 195 129 39 -
CMYK 0 0.34 0.80 0.24
HSL 34.62º 0.67% 0.46% -
HSV(B) 34.62º 0.8% 0.76% -
XYZ 30.72 27.45 5.6 -
YUV 138.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 195 129 39 0 0.34 0.80 0.24 34.62 0.67 0.46
Hex C3 81 27 0 22 50 18 23 43 2E
Octal 303 201 47 0 42 120 30 43 103 56
Binary 11000011 10000001 100111 0 100010 1010000 11000 100011 1000011 101110

Color Harmonies of #C38127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38127

Black with #C38127

Text Example


Text Example

White with #C38127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38127; }

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

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

background-color css

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

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

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

border-color css

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

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

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