Html Css Color HEX #7B412F Cumin

📋 copy color: '#7B412F'

red 123 ◦ green 65 ◦ blue 47

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

Shades of Cumin #7B412F

Tints of Cumin #7B412F

RGB

 RED value IS 123 (48.44% from 255) = 52.34%

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 52.34%
G = 27.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B412F (or 0x7B412F) is known color: Cumin. HEX triplet: 7B, 41 and 2F. RGB value is (123,65,47). Sum of RGB (Red+Green+Blue) = 123+65+47=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B412F is #84BED0. Grayscale: #505050. Windows color (decimal): -8699601 or 3096955. OLE color: 3096955.

HSL color Cylindrical-coordinate representation of color #7B412F: hue angle of 14.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B412F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 65 47 -
CMYK 0 0.47 0.62 0.52
HSL 14.21º 0.45% 0.33% -
HSV(B) 14.21º 0.62% 0.48% -
XYZ 10.57 8.2 3.71 -
YUV 80.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 123 65 47 0 0.47 0.62 0.52 14.21 0.45 0.33
Hex 7B 41 2F 0 2F 3E 34 E 2D 21
Octal 173 101 57 0 57 76 64 16 55 41
Binary 1111011 1000001 101111 0 101111 111110 110100 1110 101101 100001

Color Harmonies of #7B412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B412F

Black with #7B412F

Text Example


Text Example

White with #7B412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B412F; }

 p { color: rgb(123,65,47); }

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

background-color css

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

 a { background-color: rgb(123,65,47); }

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

border-color css

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

 span { border-color: rgb(123,65,47); }

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