Html Css Color HEX #C38225 Geebung

📋 copy color: '#C38225'

red 195 ◦ green 130 ◦ blue 37

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

Shades of Geebung #C38225

Tints of Geebung #C38225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 53.87%
G = 35.91%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38225 (or 0xC38225) is known color: Geebung. HEX triplet: C3, 82 and 25. RGB value is (195,130,37). Sum of RGB (Red+Green+Blue) = 195+130+37=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38225 is #3C7DDA. Grayscale: #8B8B8B. Windows color (decimal): -3964379 or 2458307. OLE color: 2458307.

HSL color Cylindrical-coordinate representation of color #C38225: hue angle of 35.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38225 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 37 -
CMYK 0 0.33 0.81 0.24
HSL 35.32º 0.68% 0.45% -
HSV(B) 35.32º 0.81% 0.76% -
XYZ 30.82 27.7 5.47 -
YUV 138.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 195 130 37 0 0.33 0.81 0.24 35.32 0.68 0.45
Hex C3 82 25 0 21 51 18 23 44 2D
Octal 303 202 45 0 41 121 30 43 104 55
Binary 11000011 10000010 100101 0 100001 1010001 11000 100011 1000100 101101

Color Harmonies of #C38225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38225

Black with #C38225

Text Example


Text Example

White with #C38225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38225; }

 p { color: rgb(195,130,37); }

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

background-color css

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

 a { background-color: rgb(195,130,37); }

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

border-color css

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

 span { border-color: rgb(195,130,37); }

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