Html Css Color HEX #C38328 Geebung

📋 copy color: '#C38328'

red 195 ◦ green 131 ◦ blue 40

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

Shades of Geebung #C38328

Tints of Geebung #C38328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 53.28%
G = 35.79%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C38328 (or 0xC38328) is known color: Geebung. HEX triplet: C3, 83 and 28. RGB value is (195,131,40). Sum of RGB (Red+Green+Blue) = 195+131+40=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38328 is #3C7CD7. Grayscale: #8C8C8C. Windows color (decimal): -3964120 or 2655171. OLE color: 2655171.

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

Color convert

RGB 195 131 40 -
CMYK 0 0.33 0.79 0.24
HSL 35.23º 0.66% 0.46% -
HSV(B) 35.23º 0.79% 0.76% -
XYZ 31 27.99 5.78 -
YUV 139.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 195 131 40 0 0.33 0.79 0.24 35.23 0.66 0.46
Hex C3 83 28 0 21 4F 18 23 42 2E
Octal 303 203 50 0 41 117 30 43 102 56
Binary 11000011 10000011 101000 0 100001 1001111 11000 100011 1000010 101110

Color Harmonies of #C38328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38328

Black with #C38328

Text Example


Text Example

White with #C38328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38328; }

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

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

background-color css

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

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

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

border-color css

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

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

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