Html Css Color HEX #C38428 Geebung

📋 copy color: '#C38428'

red 195 ◦ green 132 ◦ blue 40

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

Shades of Geebung #C38428

Tints of Geebung #C38428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 53.13%
G = 35.97%
B = 10.9%

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

#C38428 (or 0xC38428) is known color: Geebung. HEX triplet: C3, 84 and 28. RGB value is (195,132,40). Sum of RGB (Red+Green+Blue) = 195+132+40=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C38428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38428 is #3C7BD7. Grayscale: #8C8C8C. Windows color (decimal): -3963864 or 2655427. OLE color: 2655427.

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

Color convert

RGB 195 132 40 -
CMYK 0 0.32 0.79 0.24
HSL 35.61º 0.66% 0.46% -
HSV(B) 35.61º 0.79% 0.76% -
XYZ 31.14 28.26 5.82 -
YUV 140.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 195 132 40 0 0.32 0.79 0.24 35.61 0.66 0.46
Hex C3 84 28 0 20 4F 18 24 42 2E
Octal 303 204 50 0 40 117 30 44 102 56
Binary 11000011 10000100 101000 0 100000 1001111 11000 100100 1000010 101110

Color Harmonies of #C38428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38428

Black with #C38428

Text Example


Text Example

White with #C38428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38428; }

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

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

background-color css

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

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

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

border-color css

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

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

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