Html Css Color HEX #C38327 Geebung

📋 copy color: '#C38327'

red 195 ◦ green 131 ◦ blue 39

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

Shades of Geebung #C38327

Tints of Geebung #C38327

RGB

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

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

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

R = 53.42%
G = 35.89%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C38327 (or 0xC38327) is known color: Geebung. HEX triplet: C3, 83 and 27. RGB value is (195,131,39). Sum of RGB (Red+Green+Blue) = 195+131+39=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38327 is #3C7CD8. Grayscale: #8C8C8C. Windows color (decimal): -3964121 or 2589635. OLE color: 2589635.

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

Color convert

RGB 195 131 39 -
CMYK 0 0.33 0.80 0.24
HSL 35.38º 0.67% 0.46% -
HSV(B) 35.38º 0.8% 0.76% -
XYZ 30.99 27.98 5.69 -
YUV 139.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 195 131 39 0 0.33 0.80 0.24 35.38 0.67 0.46
Hex C3 83 27 0 21 50 18 23 43 2E
Octal 303 203 47 0 41 120 30 43 103 56
Binary 11000011 10000011 100111 0 100001 1010000 11000 100011 1000011 101110

Color Harmonies of #C38327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38327

Black with #C38327

Text Example


Text Example

White with #C38327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38327; }

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

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

background-color css

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

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

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

border-color css

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

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

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